#FCA85D

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

Shades of Rajah #FCA85D

Tints of Rajah #FCA85D

Color information

#FCA85D (or 0xFCA85D) is unknown color: approx Rajah. HEX triplet: FC, A8 and 5D. RGB value is (252,168,93). Sum of RGB (Red+Green+Blue) = 252+168+93=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA85D is #0357A2. Grayscale: #B8B8B8. Windows color (decimal): -219043 or 6138108. OLE color: 6138108.

HSL color Cylindrical-coordinate representation of color #FCA85D: hue angle of 28.3º 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 #FCA85D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25216893-
CMYK00.330.630.01
HSL28.3º96.36%67.65%-
HSV(B)28.3º63.1%98.82%-
XYZ56.1249.4916.95-
YUV184.5776.33176.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=49.12%
G=32.75%
B=18.13%

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
Decimal2521689300.330.630.0128.396.3667.65
HexFCA85D0213F11c6044
Octal37425013504177134140104
Binary11111100101010001011101010000111111111110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA85D; }

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

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

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

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

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

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

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

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