Html Css Color HEX #FED18A Cherokee

📋 copy color: '#FED18A'

red 254 ◦ green 209 ◦ blue 138

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

Shades of Cherokee #FED18A

Tints of Cherokee #FED18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.96%

R = 42.26%
G = 34.78%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FED18A (or 0xFED18A) is known color: Cherokee. HEX triplet: FE, D1 and 8A. RGB value is (254,209,138). Sum of RGB (Red+Green+Blue) = 254+209+138=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18A is #012E75. Grayscale: #D6D6D6. Windows color (decimal): -77430 or 9097726. OLE color: 9097726.

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

Color convert

RGB 254 209 138 -
CMYK 0 0.18 0.46 0.00
HSL 36.72º 0.98% 0.77% -
HSV(B) 36.72º 0.46% 1% -
XYZ 68.26 68.51 33.67 -
YUV 214.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 254 209 138 0 0.18 0.46 0.00 36.72 0.98 0.77
Hex FE D1 8A 0 12 2E 0 25 62 4D
Octal 376 321 212 0 22 56 0 45 142 115
Binary 11111110 11010001 10001010 0 10010 101110 0 100101 1100010 1001101

Color Harmonies of #FED18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED18A

Black with #FED18A

Text Example


Text Example

White with #FED18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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