Html Css Color HEX #FED387 Cherokee

📋 copy color: '#FED387'

red 254 ◦ green 211 ◦ blue 135

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

Shades of Cherokee #FED387

Tints of Cherokee #FED387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 42.33%
G = 35.17%
B = 22.5%

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

#FED387 (or 0xFED387) is known color: Cherokee. HEX triplet: FE, D3 and 87. RGB value is (254,211,135). Sum of RGB (Red+Green+Blue) = 254+211+135=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED387 is #012C78. Grayscale: #D7D7D7. Windows color (decimal): -76921 or 8901630. OLE color: 8901630.

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

Color convert

RGB 254 211 135 -
CMYK 0 0.17 0.47 0.00
HSL 38.32º 0.98% 0.76% -
HSV(B) 38.32º 0.47% 1% -
XYZ 68.54 69.41 32.71 -
YUV 215.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 254 211 135 0 0.17 0.47 0.00 38.32 0.98 0.76
Hex FE D3 87 0 11 2F 0 26 62 4C
Octal 376 323 207 0 21 57 0 46 142 114
Binary 11111110 11010011 10000111 0 10001 101111 0 100110 1100010 1001100

Color Harmonies of #FED387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED387

Black with #FED387

Text Example


Text Example

White with #FED387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED387; }

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

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

background-color css

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

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

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

border-color css

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

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

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