#FDAF68

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

Shades of Rajah #FDAF68

Tints of Rajah #FDAF68

Color information

#FDAF68 (or 0xFDAF68) is unknown color: approx Rajah. HEX triplet: FD, AF and 68. RGB value is (253,175,104). Sum of RGB (Red+Green+Blue) = 253+175+104=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF68 is #025097. Grayscale: #BEBEBE. Windows color (decimal): -151704 or 6860797. OLE color: 6860797.

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

Color convert

RGB253175104-
CMYK00.310.590.01
HSL28.59º97.39%70%-
HSV(B)28.59º58.89%99.22%-
XYZ58.3452.5420.16-
YUV190.2379.34172.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=47.56%
G=32.89%
B=19.55%

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
Decimal25317510400.310.590.0128.5997.3970
HexFDAF6801F3B11d6146
Octal37525715003773135141106
Binary1111110110101111110100001111111101111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF68; }

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

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

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

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

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

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

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

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