Html Css Color HEX #FED083 Cherokee

📋 copy color: '#FED083'

red 254 ◦ green 208 ◦ blue 131

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

Shades of Cherokee #FED083

Tints of Cherokee #FED083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.09%

R = 42.83%
G = 35.08%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED083 (or 0xFED083) is known color: Cherokee. HEX triplet: FE, D0 and 83. RGB value is (254,208,131). Sum of RGB (Red+Green+Blue) = 254+208+131=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED083 is #012F7C. Grayscale: #D5D5D5. Windows color (decimal): -77693 or 8638718. OLE color: 8638718.

HSL color Cylindrical-coordinate representation of color #FED083: hue angle of 37.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED083 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 131 -
CMYK 0 0.18 0.48 0.00
HSL 37.56º 0.98% 0.75% -
HSV(B) 37.56º 0.48% 1% -
XYZ 67.53 67.82 31 -
YUV 212.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 254 208 131 0 0.18 0.48 0.00 37.56 0.98 0.75
Hex FE D0 83 0 12 30 0 26 62 4B
Octal 376 320 203 0 22 60 0 46 142 113
Binary 11111110 11010000 10000011 0 10010 110000 0 100110 1100010 1001011

Color Harmonies of #FED083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED083

Black with #FED083

Text Example


Text Example

White with #FED083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED083; }

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

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

background-color css

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

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

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

border-color css

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

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

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