#FDAF69

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

Shades of Rajah #FDAF69

Tints of Rajah #FDAF69

Color information

#FDAF69 (or 0xFDAF69) is unknown color: approx Rajah. HEX triplet: FD, AF and 69. RGB value is (253,175,105). Sum of RGB (Red+Green+Blue) = 253+175+105=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF69 is #025096. Grayscale: #BEBEBE. Windows color (decimal): -151703 or 6926333. OLE color: 6926333.

HSL color Cylindrical-coordinate representation of color #FDAF69: hue angle of 28.38º degrees, saturation: 0.97, 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 #FDAF69 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253175105-
CMYK00.310.580.01
HSL28.38º97.37%70.2%-
HSV(B)28.38º58.5%99.22%-
XYZ58.3952.5620.43-
YUV190.3479.84172.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=47.47%
G=32.83%
B=19.70%

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
Decimal25317510500.310.580.0128.3897.3770.2
HexFDAF6901F3A11c6146
Octal37525715103772134141106
Binary1111110110101111110100101111111101011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF69; }

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

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

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

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

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

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

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

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