Html Css Color HEX #FCD38A Cherokee

📋 copy color: '#FCD38A'

red 252 ◦ green 211 ◦ blue 138

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

Shades of Cherokee #FCD38A

Tints of Cherokee #FCD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.11%

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

R = 41.93%
G = 35.11%
B = 22.96%

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

#FCD38A (or 0xFCD38A) is known color: Cherokee. HEX triplet: FC, D3 and 8A. RGB value is (252,211,138). Sum of RGB (Red+Green+Blue) = 252+211+138=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD38A is #032C75. Grayscale: #D7D7D7. Windows color (decimal): -207990 or 9098236. OLE color: 9098236.

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

Color convert

RGB 252 211 138 -
CMYK 0 0.16 0.45 0.01
HSL 38.42º 0.95% 0.76% -
HSV(B) 38.42º 0.45% 0.99% -
XYZ 68.03 69.12 33.8 -
YUV 214.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 252 211 138 0 0.16 0.45 0.01 38.42 0.95 0.76
Hex FC D3 8A 0 10 2D 1 26 5F 4C
Octal 374 323 212 0 20 55 1 46 137 114
Binary 11111100 11010011 10001010 0 10000 101101 1 100110 1011111 1001100

Color Harmonies of #FCD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD38A

Black with #FCD38A

Text Example


Text Example

White with #FCD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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