#FCAF67

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

Shades of Rajah #FCAF67

Tints of Rajah #FCAF67

Color information

#FCAF67 (or 0xFCAF67) is unknown color: approx Rajah. HEX triplet: FC, AF and 67. RGB value is (252,175,103). Sum of RGB (Red+Green+Blue) = 252+175+103=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF67 is #035098. Grayscale: #BEBEBE. Windows color (decimal): -217241 or 6795260. OLE color: 6795260.

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

Color convert

RGB252175103-
CMYK00.310.590.01
HSL28.99º96.13%69.61%-
HSV(B)28.99º59.13%98.82%-
XYZ57.9252.3319.88-
YUV189.8179.01172.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=47.55%
G=33.02%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217510300.310.590.0128.9996.1369.61
HexFCAF6701F3B11d6046
Octal37425714703773135140106
Binary1111110010101111110011101111111101111110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF67; }

 p { color: rgb(252,175,103); }

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

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

 a { background-color: rgb(252,175,103); }

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

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

 span { border-color: rgb(252,175,103); }

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