#FBAF6A

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

Shades of Rajah #FBAF6A

Tints of Rajah #FBAF6A

Color information

#FBAF6A (or 0xFBAF6A) is unknown color: approx Rajah. HEX triplet: FB, AF and 6A. RGB value is (251,175,106). Sum of RGB (Red+Green+Blue) = 251+175+106=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF6A is #045095. Grayscale: #BEBEBE. Windows color (decimal): -282774 or 6991867. OLE color: 6991867.

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

Color convert

RGB251175106-
CMYK00.300.580.02
HSL28.55º94.77%70%-
HSV(B)28.55º57.77%98.43%-
XYZ57.7252.2120.67-
YUV189.8680.68171.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.18%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 106 (41.80% from 255) = 19.92%
R=47.18%
G=32.89%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117510600.300.580.0228.5594.7770
HexFBAF6A01E3A21d5f46
Octal37325715203672235137106
Binary11111011101011111101010011110111010101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF6A; }

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

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

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

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

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

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

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

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