#FCBB64

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

Shades of Rajah #FCBB64

Tints of Rajah #FCBB64

Color information

#FCBB64 (or 0xFCBB64) is unknown color: approx Rajah. HEX triplet: FC, BB and 64. RGB value is (252,187,100). Sum of RGB (Red+Green+Blue) = 252+187+100=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB64 is #03449B. Grayscale: #C4C4C4. Windows color (decimal): -214172 or 6601724. OLE color: 6601724.

HSL color Cylindrical-coordinate representation of color #FCBB64: hue angle of 34.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCBB64 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252187100-
CMYK00.260.600.01
HSL34.34º96.2%69.02%-
HSV(B)34.34º60.32%98.82%-
XYZ60.2257.1619.92-
YUV196.5273.53167.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 100 (39.45% from 255) = 18.55%
R=46.75%
G=34.69%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218710000.260.600.0134.3496.269.02
HexFCBB6401A3C1226045
Octal37427314403274142140105
Binary11111100101110111100100011010111100110001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBB64; }

 p { color: rgb(252,187,100); }

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

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

 a { background-color: rgb(252,187,100); }

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

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

 span { border-color: rgb(252,187,100); }

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