Html Css Color HEX #FED288 Cherokee

📋 copy color: '#FED288'

red 254 ◦ green 210 ◦ blue 136

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

Shades of Cherokee #FED288

Tints of Cherokee #FED288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35%

 BLUE value IS 136 (53.52% from 255) = 22.67%

R = 42.33%
G = 35%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FED288 (or 0xFED288) is known color: Cherokee. HEX triplet: FE, D2 and 88. RGB value is (254,210,136). Sum of RGB (Red+Green+Blue) = 254+210+136=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED288 is #012D77. Grayscale: #D7D7D7. Windows color (decimal): -77176 or 8966910. OLE color: 8966910.

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

Color convert

RGB 254 210 136 -
CMYK 0 0.17 0.46 0.00
HSL 37.63º 0.98% 0.76% -
HSV(B) 37.63º 0.46% 1% -
XYZ 68.36 68.94 33 -
YUV 214.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 254 210 136 0 0.17 0.46 0.00 37.63 0.98 0.76
Hex FE D2 88 0 11 2E 0 26 62 4C
Octal 376 322 210 0 21 56 0 46 142 114
Binary 11111110 11010010 10001000 0 10001 101110 0 100110 1100010 1001100

Color Harmonies of #FED288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED288

Black with #FED288

Text Example


Text Example

White with #FED288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED288; }

 p { color: rgb(254,210,136); }

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

background-color css

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

 a { background-color: rgb(254,210,136); }

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

border-color css

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

 span { border-color: rgb(254,210,136); }

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