Html Css Color HEX #FCD18A Cherokee

📋 copy color: '#FCD18A'

red 252 ◦ green 209 ◦ blue 138

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

Shades of Cherokee #FCD18A

Tints of Cherokee #FCD18A

RGB

 RED value IS 252 (98.83% from 255) = 42.07%

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

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

R = 42.07%
G = 34.89%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD18A (or 0xFCD18A) is known color: Cherokee. HEX triplet: FC, D1 and 8A. RGB value is (252,209,138). Sum of RGB (Red+Green+Blue) = 252+209+138=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD18A is #032E75. Grayscale: #D6D6D6. Windows color (decimal): -208502 or 9097724. OLE color: 9097724.

HSL color Cylindrical-coordinate representation of color #FCD18A: hue angle of 37.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCD18A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 138 -
CMYK 0 0.17 0.45 0.01
HSL 37.37º 0.95% 0.76% -
HSV(B) 37.37º 0.45% 0.99% -
XYZ 67.53 68.13 33.64 -
YUV 213.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 252 209 138 0 0.17 0.45 0.01 37.37 0.95 0.76
Hex FC D1 8A 0 11 2D 1 25 5F 4C
Octal 374 321 212 0 21 55 1 45 137 114
Binary 11111100 11010001 10001010 0 10001 101101 1 100101 1011111 1001100

Color Harmonies of #FCD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD18A

Black with #FCD18A

Text Example


Text Example

White with #FCD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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