#FBAF68

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

Shades of Rajah #FBAF68

Tints of Rajah #FBAF68

Color information

#FBAF68 (or 0xFBAF68) is unknown color: approx Rajah. HEX triplet: FB, AF and 68. RGB value is (251,175,104). Sum of RGB (Red+Green+Blue) = 251+175+104=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF68 is #045097. Grayscale: #BDBDBD. Windows color (decimal): -282776 or 6860795. OLE color: 6860795.

HSL color Cylindrical-coordinate representation of color #FBAF68: hue angle of 28.98º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBAF68 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB251175104-
CMYK00.300.590.02
HSL28.98º94.84%69.61%-
HSV(B)28.98º58.57%98.43%-
XYZ57.6152.1720.13-
YUV189.6379.68171.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=47.36%
G=33.02%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117510400.300.590.0228.9894.8469.61
HexFBAF6801E3B21d5f46
Octal37325715003673235137106
Binary11111011101011111101000011110111011101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF68; }

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

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

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

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

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

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

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

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