Html Css Color HEX #FECE85 Cherokee

📋 copy color: '#FECE85'

red 254 ◦ green 206 ◦ blue 133

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

Shades of Cherokee #FECE85

Tints of Cherokee #FECE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.43%

R = 42.83%
G = 34.74%
B = 22.43%

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

#FECE85 (or 0xFECE85) is known color: Cherokee. HEX triplet: FE, CE and 85. RGB value is (254,206,133). Sum of RGB (Red+Green+Blue) = 254+206+133=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE85 is #01317A. Grayscale: #D4D4D4. Windows color (decimal): -78203 or 8769278. OLE color: 8769278.

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

Color convert

RGB 254 206 133 -
CMYK 0 0.19 0.48 0.00
HSL 36.2º 0.98% 0.76% -
HSV(B) 36.2º 0.48% 1% -
XYZ 67.18 66.91 31.56 -
YUV 212.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 254 206 133 0 0.19 0.48 0.00 36.2 0.98 0.76
Hex FE CE 85 0 13 30 0 24 62 4C
Octal 376 316 205 0 23 60 0 44 142 114
Binary 11111110 11001110 10000101 0 10011 110000 0 100100 1100010 1001100

Color Harmonies of #FECE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE85

Black with #FECE85

Text Example


Text Example

White with #FECE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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