Html Css Color HEX #FED487 Cherokee

📋 copy color: '#FED487'

red 254 ◦ green 212 ◦ blue 135

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

Shades of Cherokee #FED487

Tints of Cherokee #FED487

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

 BLUE value IS 135 (53.13% from 255) = 22.46%

R = 42.26%
G = 35.27%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FED487 (or 0xFED487) is known color: Cherokee. HEX triplet: FE, D4 and 87. RGB value is (254,212,135). Sum of RGB (Red+Green+Blue) = 254+212+135=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED487 is #012B78. Grayscale: #D8D8D8. Windows color (decimal): -76665 or 8901886. OLE color: 8901886.

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

Color convert

RGB 254 212 135 -
CMYK 0 0.17 0.47 0.00
HSL 38.82º 0.98% 0.76% -
HSV(B) 38.82º 0.47% 1% -
XYZ 68.79 69.91 32.79 -
YUV 215.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 254 212 135 0 0.17 0.47 0.00 38.82 0.98 0.76
Hex FE D4 87 0 11 2F 0 27 62 4C
Octal 376 324 207 0 21 57 0 47 142 114
Binary 11111110 11010100 10000111 0 10001 101111 0 100111 1100010 1001100

Color Harmonies of #FED487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED487

Black with #FED487

Text Example


Text Example

White with #FED487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED487; }

 p { color: rgb(254,212,135); }

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

background-color css

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

 a { background-color: rgb(254,212,135); }

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

border-color css

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

 span { border-color: rgb(254,212,135); }

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