Html Css Color HEX #FED18C Cherokee

📋 copy color: '#FED18C'

red 254 ◦ green 209 ◦ blue 140

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

Shades of Cherokee #FED18C

Tints of Cherokee #FED18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.66%

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 42.12%
G = 34.66%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FED18C (or 0xFED18C) is known color: Cherokee. HEX triplet: FE, D1 and 8C. RGB value is (254,209,140). Sum of RGB (Red+Green+Blue) = 254+209+140=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18C is #012E73. Grayscale: #D6D6D6. Windows color (decimal): -77428 or 9228798. OLE color: 9228798.

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

Color convert

RGB 254 209 140 -
CMYK 0 0.18 0.45 0.00
HSL 36.32º 0.98% 0.77% -
HSV(B) 36.32º 0.45% 1% -
XYZ 68.41 68.57 34.44 -
YUV 214.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 254 209 140 0 0.18 0.45 0.00 36.32 0.98 0.77
Hex FE D1 8C 0 12 2D 0 24 62 4D
Octal 376 321 214 0 22 55 0 44 142 115
Binary 11111110 11010001 10001100 0 10010 101101 0 100100 1100010 1001101

Color Harmonies of #FED18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED18C

Black with #FED18C

Text Example


Text Example

White with #FED18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED18C; }

 p { color: rgb(254,209,140); }

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

background-color css

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

 a { background-color: rgb(254,209,140); }

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

border-color css

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

 span { border-color: rgb(254,209,140); }

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