Html Css Color HEX #FECE86 Cherokee

📋 copy color: '#FECE86'

red 254 ◦ green 206 ◦ blue 134

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

Shades of Cherokee #FECE86

Tints of Cherokee #FECE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

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

R = 42.76%
G = 34.68%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FECE86 (or 0xFECE86) is known color: Cherokee. HEX triplet: FE, CE and 86. RGB value is (254,206,134). Sum of RGB (Red+Green+Blue) = 254+206+134=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE86 is #013179. Grayscale: #D4D4D4. Windows color (decimal): -78202 or 8834814. OLE color: 8834814.

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

Color convert

RGB 254 206 134 -
CMYK 0 0.19 0.47 0.00
HSL 36º 0.98% 0.76% -
HSV(B) 36º 0.47% 1% -
XYZ 67.25 66.93 31.93 -
YUV 212.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 254 206 134 0 0.19 0.47 0.00 36 0.98 0.76
Hex FE CE 86 0 13 2F 0 24 62 4C
Octal 376 316 206 0 23 57 0 44 142 114
Binary 11111110 11001110 10000110 0 10011 101111 0 100100 1100010 1001100

Color Harmonies of #FECE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE86

Black with #FECE86

Text Example


Text Example

White with #FECE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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