#FCAF69

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

Shades of Rajah #FCAF69

Tints of Rajah #FCAF69

Color information

#FCAF69 (or 0xFCAF69) is unknown color: approx Rajah. HEX triplet: FC, AF and 69. RGB value is (252,175,105). Sum of RGB (Red+Green+Blue) = 252+175+105=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF69 is #035096. Grayscale: #BEBEBE. Windows color (decimal): -217239 or 6926332. OLE color: 6926332.

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

Color convert

RGB252175105-
CMYK00.310.580.01
HSL28.57º96.08%70%-
HSV(B)28.57º58.33%98.82%-
XYZ58.0252.3820.42-
YUV190.0480.01172.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=47.37%
G=32.89%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217510500.310.580.0128.5796.0870
HexFCAF6901F3A11d6046
Octal37425715103772135140106
Binary1111110010101111110100101111111101011110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF69; }

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

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

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

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

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

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

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

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