Html Css Color HEX #FECF80 Cherokee

📋 copy color: '#FECF80'

red 254 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #FECF80

Tints of Cherokee #FECF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.14%

 BLUE value IS 128 (50.39% from 255) = 21.73%

R = 43.12%
G = 35.14%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FECF80 (or 0xFECF80) is known color: Cherokee. HEX triplet: FE, CF and 80. RGB value is (254,207,128). Sum of RGB (Red+Green+Blue) = 254+207+128=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF80 is #01307F. Grayscale: #D4D4D4. Windows color (decimal): -77952 or 8441854. OLE color: 8441854.

HSL color Cylindrical-coordinate representation of color #FECF80: hue angle of 37.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECF80 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 128 -
CMYK 0 0.19 0.50 0.00
HSL 37.62º 0.98% 0.75% -
HSV(B) 37.62º 0.5% 1% -
XYZ 67.08 67.26 29.87 -
YUV 212.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 254 207 128 0 0.19 0.50 0.00 37.62 0.98 0.75
Hex FE CF 80 0 13 32 0 26 62 4B
Octal 376 317 200 0 23 62 0 46 142 113
Binary 11111110 11001111 10000000 0 10011 110010 0 100110 1100010 1001011

Color Harmonies of #FECF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF80

Black with #FECF80

Text Example


Text Example

White with #FECF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF80; }

 p { color: rgb(254,207,128); }

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

background-color css

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

 a { background-color: rgb(254,207,128); }

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

border-color css

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

 span { border-color: rgb(254,207,128); }

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