Html Css Color HEX #FED386 Cherokee

📋 copy color: '#FED386'

red 254 ◦ green 211 ◦ blue 134

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

Shades of Cherokee #FED386

Tints of Cherokee #FED386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.37%

R = 42.4%
G = 35.23%
B = 22.37%

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

#FED386 (or 0xFED386) is known color: Cherokee. HEX triplet: FE, D3 and 86. RGB value is (254,211,134). Sum of RGB (Red+Green+Blue) = 254+211+134=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED386 is #012C79. Grayscale: #D7D7D7. Windows color (decimal): -76922 or 8836094. OLE color: 8836094.

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

Color convert

RGB 254 211 134 -
CMYK 0 0.17 0.47 0.00
HSL 38.5º 0.98% 0.76% -
HSV(B) 38.5º 0.47% 1% -
XYZ 68.47 69.38 32.34 -
YUV 215.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 254 211 134 0 0.17 0.47 0.00 38.5 0.98 0.76
Hex FE D3 86 0 11 2F 0 26 62 4C
Octal 376 323 206 0 21 57 0 46 142 114
Binary 11111110 11010011 10000110 0 10001 101111 0 100110 1100010 1001100

Color Harmonies of #FED386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED386

Black with #FED386

Text Example


Text Example

White with #FED386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED386; }

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

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

background-color css

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

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

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

border-color css

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

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

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