#FBBB6A

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

Shades of Rajah #FBBB6A

Tints of Rajah #FBBB6A

Color information

#FBBB6A (or 0xFBBB6A) is unknown color: approx Rajah. HEX triplet: FB, BB and 6A. RGB value is (251,187,106). Sum of RGB (Red+Green+Blue) = 251+187+106=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBB6A is #044495. Grayscale: #C5C5C5. Windows color (decimal): -279702 or 6994939. OLE color: 6994939.

HSL color Cylindrical-coordinate representation of color #FBBB6A: hue angle of 33.52º 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 #FBBB6A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251187106-
CMYK00.250.580.02
HSL33.52º94.77%70%-
HSV(B)33.52º57.77%98.43%-
XYZ60.1657.0921.48-
YUV196.976.7166.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=46.14%
G=34.38%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118710600.250.580.0233.5294.7770
HexFBBB6A0193A2225f46
Octal37327315203172242137106
Binary111110111011101111010100110011110101010001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBB6A; }

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

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

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

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

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

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

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

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