Html Css Color HEX #FECE82 Cherokee

📋 copy color: '#FECE82'

red 254 ◦ green 206 ◦ blue 130

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

Shades of Cherokee #FECE82

Tints of Cherokee #FECE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.03%

R = 43.05%
G = 34.92%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FECE82 (or 0xFECE82) is known color: Cherokee. HEX triplet: FE, CE and 82. RGB value is (254,206,130). Sum of RGB (Red+Green+Blue) = 254+206+130=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE82 is #01317D. Grayscale: #D4D4D4. Windows color (decimal): -78206 or 8572670. OLE color: 8572670.

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

Color convert

RGB 254 206 130 -
CMYK 0 0.19 0.49 0.00
HSL 36.77º 0.98% 0.75% -
HSV(B) 36.77º 0.49% 1% -
XYZ 66.97 66.83 30.49 -
YUV 211.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 254 206 130 0 0.19 0.49 0.00 36.77 0.98 0.75
Hex FE CE 82 0 13 31 0 25 62 4B
Octal 376 316 202 0 23 61 0 45 142 113
Binary 11111110 11001110 10000010 0 10011 110001 0 100101 1100010 1001011

Color Harmonies of #FECE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE82

Black with #FECE82

Text Example


Text Example

White with #FECE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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