Html Css Color HEX #FEC886 Cherokee

📋 copy color: '#FEC886'

red 254 ◦ green 200 ◦ blue 134

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

Shades of Cherokee #FEC886

Tints of Cherokee #FEC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.01%

 BLUE value IS 134 (52.73% from 255) = 22.79%

R = 43.2%
G = 34.01%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEC886 (or 0xFEC886) is known color: Cherokee. HEX triplet: FE, C8 and 86. RGB value is (254,200,134). Sum of RGB (Red+Green+Blue) = 254+200+134=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC886 is #013779. Grayscale: #D0D0D0. Windows color (decimal): -79738 or 8833278. OLE color: 8833278.

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

Color convert

RGB 254 200 134 -
CMYK 0 0.21 0.47 0.00
HSL 33º 0.98% 0.76% -
HSV(B) 33º 0.47% 1% -
XYZ 65.83 64.1 31.46 -
YUV 208.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 254 200 134 0 0.21 0.47 0.00 33 0.98 0.76
Hex FE C8 86 0 15 2F 0 21 62 4C
Octal 376 310 206 0 25 57 0 41 142 114
Binary 11111110 11001000 10000110 0 10101 101111 0 100001 1100010 1001100

Color Harmonies of #FEC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC886

Black with #FEC886

Text Example


Text Example

White with #FEC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC886; }

 p { color: rgb(254,200,134); }

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

background-color css

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

 a { background-color: rgb(254,200,134); }

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

border-color css

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

 span { border-color: rgb(254,200,134); }

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