Html Css Color HEX #FECF84 Cherokee

📋 copy color: '#FECF84'

red 254 ◦ green 207 ◦ blue 132

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

Shades of Cherokee #FECF84

Tints of Cherokee #FECF84

RGB

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

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

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

R = 42.83%
G = 34.91%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FECF84 (or 0xFECF84) is known color: Cherokee. HEX triplet: FE, CF and 84. RGB value is (254,207,132). Sum of RGB (Red+Green+Blue) = 254+207+132=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF84 is #01307B. Grayscale: #D4D4D4. Windows color (decimal): -77948 or 8703998. OLE color: 8703998.

HSL color Cylindrical-coordinate representation of color #FECF84: hue angle of 36.89º 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 #FECF84 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 132 -
CMYK 0 0.19 0.48 0.00
HSL 36.89º 0.98% 0.76% -
HSV(B) 36.89º 0.48% 1% -
XYZ 67.35 67.36 31.28 -
YUV 212.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 254 207 132 0 0.19 0.48 0.00 36.89 0.98 0.76
Hex FE CF 84 0 13 30 0 25 62 4C
Octal 376 317 204 0 23 60 0 45 142 114
Binary 11111110 11001111 10000100 0 10011 110000 0 100101 1100010 1001100

Color Harmonies of #FECF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF84

Black with #FECF84

Text Example


Text Example

White with #FECF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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