#FCA95D

Color #FCA95D Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FCA95D

Tints of Rajah #FCA95D

Color information

#FCA95D (or 0xFCA95D) is unknown color: approx Rajah. HEX triplet: FC, A9 and 5D. RGB value is (252,169,93). Sum of RGB (Red+Green+Blue) = 252+169+93=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA95D is #0356A2. Grayscale: #B9B9B9. Windows color (decimal): -218787 or 6138364. OLE color: 6138364.

HSL color Cylindrical-coordinate representation of color #FCA95D: hue angle of 28.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCA95D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25216993-
CMYK00.330.630.01
HSL28.68º96.36%67.65%-
HSV(B)28.68º63.1%98.82%-
XYZ56.3149.8617.01-
YUV185.1576175.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=49.03%
G=32.88%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521699300.330.630.0128.6896.3667.65
HexFCA95D0213F11d6044
Octal37425113504177135140104
Binary11111100101010011011101010000111111111110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA95D; }

 p { color: rgb(252,169,93); }

 H1.HeaderClassName
 {
   color: #FCA95D;
 }
 .AnyTagClassName
 {
   color: #FCA95D;
 }
</style>
background-color css

<style>
 a { background-color: #FCA95D; }

 a { background-color: rgb(252,169,93); }

 div.DivClassName
 {
   background-color: #FCA95D;
 }
 .BgClassName
 {
   background-color: #FCA95D;
 }
</style>
border-color css

<style>
 span { border-color: #FCA95D; }

 span { border-color: rgb(252,169,93); }

 td.TdClassName
 {
   border-color: #FCA95D;
 }
 .TagClassName
 {
   border-color: #FCA95D;
 }
</style>