Html Css Color HEX #FECB84 Cherokee

📋 copy color: '#FECB84'

red 254 ◦ green 203 ◦ blue 132

#FECB84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FECB84

Tints of Cherokee #FECB84

RGB

 RED value IS 254 (99.61% from 255) = 43.12%

 GREEN value IS 203 (79.69% from 255) = 34.47%

 BLUE value IS 132 (51.95% from 255) = 22.41%

R = 43.12%
G = 34.47%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FECB84 (or 0xFECB84) is known color: Cherokee. HEX triplet: FE, CB and 84. RGB value is (254,203,132). Sum of RGB (Red+Green+Blue) = 254+203+132=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB84 is #01347B. Grayscale: #D2D2D2. Windows color (decimal): -78972 or 8702974. OLE color: 8702974.

HSL color Cylindrical-coordinate representation of color #FECB84: hue angle of 34.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FECB84 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 132 -
CMYK 0 0.20 0.48 0.00
HSL 34.92º 0.98% 0.76% -
HSV(B) 34.92º 0.48% 1% -
XYZ 66.39 65.45 30.96 -
YUV 210.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 254 203 132 0 0.20 0.48 0.00 34.92 0.98 0.76
Hex FE CB 84 0 14 30 0 23 62 4C
Octal 376 313 204 0 24 60 0 43 142 114
Binary 11111110 11001011 10000100 0 10100 110000 0 100011 1100010 1001100

Color Harmonies of #FECB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB84

Black with #FECB84

Text Example


Text Example

White with #FECB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB84; }

 p { color: rgb(254,203,132); }

 H1.HeaderClassName
 {
   color: #FECB84;
 }
 .AnyTagClassName
 {
   color: #FECB84;
 }
</style>

background-color css

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

 a { background-color: rgb(254,203,132); }

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

border-color css

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

 span { border-color: rgb(254,203,132); }

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