Html Css Color HEX #FEC985 Cherokee

📋 copy color: '#FEC985'

red 254 ◦ green 201 ◦ blue 133

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

Shades of Cherokee #FEC985

Tints of Cherokee #FEC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.18%

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

R = 43.2%
G = 34.18%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEC985 (or 0xFEC985) is known color: Cherokee. HEX triplet: FE, C9 and 85. RGB value is (254,201,133). Sum of RGB (Red+Green+Blue) = 254+201+133=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC985 is #01367A. Grayscale: #D1D1D1. Windows color (decimal): -79483 or 8767998. OLE color: 8767998.

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

Color convert

RGB 254 201 133 -
CMYK 0 0.21 0.48 0.00
HSL 33.72º 0.98% 0.76% -
HSV(B) 33.72º 0.48% 1% -
XYZ 65.99 64.54 31.17 -
YUV 209.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 254 201 133 0 0.21 0.48 0.00 33.72 0.98 0.76
Hex FE C9 85 0 15 30 0 22 62 4C
Octal 376 311 205 0 25 60 0 42 142 114
Binary 11111110 11001001 10000101 0 10101 110000 0 100010 1100010 1001100

Color Harmonies of #FEC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC985

Black with #FEC985

Text Example


Text Example

White with #FEC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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