Html Css Color HEX #FCD48A Cherokee

📋 copy color: '#FCD48A'

red 252 ◦ green 212 ◦ blue 138

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

Shades of Cherokee #FCD48A

Tints of Cherokee #FCD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

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

R = 41.86%
G = 35.22%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD48A (or 0xFCD48A) is known color: Cherokee. HEX triplet: FC, D4 and 8A. RGB value is (252,212,138). Sum of RGB (Red+Green+Blue) = 252+212+138=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD48A is #032B75. Grayscale: #D7D7D7. Windows color (decimal): -207734 or 9098492. OLE color: 9098492.

HSL color Cylindrical-coordinate representation of color #FCD48A: hue angle of 38.95º 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 #FCD48A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 138 -
CMYK 0 0.16 0.45 0.01
HSL 38.95º 0.95% 0.76% -
HSV(B) 38.95º 0.45% 0.99% -
XYZ 68.28 69.62 33.88 -
YUV 215.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 252 212 138 0 0.16 0.45 0.01 38.95 0.95 0.76
Hex FC D4 8A 0 10 2D 1 27 5F 4C
Octal 374 324 212 0 20 55 1 47 137 114
Binary 11111100 11010100 10001010 0 10000 101101 1 100111 1011111 1001100

Color Harmonies of #FCD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD48A

Black with #FCD48A

Text Example


Text Example

White with #FCD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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