#FEBB66

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

Shades of Rajah #FEBB66

Tints of Rajah #FEBB66

Color information

#FEBB66 (or 0xFEBB66) is unknown color: approx Rajah. HEX triplet: FE, BB and 66. RGB value is (254,187,102). Sum of RGB (Red+Green+Blue) = 254+187+102=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB66 is #014499. Grayscale: #C5C5C5. Windows color (decimal): -83098 or 6732798. OLE color: 6732798.

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

Color convert

RGB254187102-
CMYK00.260.600.00
HSL33.55º98.7%69.8%-
HSV(B)33.55º59.84%99.61%-
XYZ61.0457.5720.47-
YUV197.3474.2168.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 102 (40.23% from 255) = 18.78%
R=46.78%
G=34.44%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418710200.260.600.0033.5598.769.8
HexFEBB6601A3C0226346
Octal37627314603274042143106
Binary11111110101110111100110011010111100010001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBB66; }

 p { color: rgb(254,187,102); }

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

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

 a { background-color: rgb(254,187,102); }

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

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

 span { border-color: rgb(254,187,102); }

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