Html Css Color HEX #FED086 Cherokee

📋 copy color: '#FED086'

red 254 ◦ green 208 ◦ blue 134

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

Shades of Cherokee #FED086

Tints of Cherokee #FED086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.9%

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

R = 42.62%
G = 34.9%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FED086 (or 0xFED086) is known color: Cherokee. HEX triplet: FE, D0 and 86. RGB value is (254,208,134). Sum of RGB (Red+Green+Blue) = 254+208+134=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED086 is #012F79. Grayscale: #D5D5D5. Windows color (decimal): -77690 or 8835326. OLE color: 8835326.

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

Color convert

RGB 254 208 134 -
CMYK 0 0.18 0.47 0.00
HSL 37º 0.98% 0.76% -
HSV(B) 37º 0.47% 1% -
XYZ 67.73 67.9 32.09 -
YUV 213.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 254 208 134 0 0.18 0.47 0.00 37 0.98 0.76
Hex FE D0 86 0 12 2F 0 25 62 4C
Octal 376 320 206 0 22 57 0 45 142 114
Binary 11111110 11010000 10000110 0 10010 101111 0 100101 1100010 1001100

Color Harmonies of #FED086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED086

Black with #FED086

Text Example


Text Example

White with #FED086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED086; }

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

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

background-color css

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

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

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

border-color css

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

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

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