Html Css Color HEX #FCD58A Cherokee

📋 copy color: '#FCD58A'

red 252 ◦ green 213 ◦ blue 138

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

Shades of Cherokee #FCD58A

Tints of Cherokee #FCD58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 41.79%
G = 35.32%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD58A (or 0xFCD58A) is known color: Cherokee. HEX triplet: FC, D5 and 8A. RGB value is (252,213,138). Sum of RGB (Red+Green+Blue) = 252+213+138=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD58A is #032A75. Grayscale: #D8D8D8. Windows color (decimal): -207478 or 9098748. OLE color: 9098748.

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

Color convert

RGB 252 213 138 -
CMYK 0 0.15 0.45 0.01
HSL 39.47º 0.95% 0.76% -
HSV(B) 39.47º 0.45% 0.99% -
XYZ 68.53 70.12 33.97 -
YUV 216.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 252 213 138 0 0.15 0.45 0.01 39.47 0.95 0.76
Hex FC D5 8A 0 F 2D 1 27 5F 4C
Octal 374 325 212 0 17 55 1 47 137 114
Binary 11111100 11010101 10001010 0 1111 101101 1 100111 1011111 1001100

Color Harmonies of #FCD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD58A

Black with #FCD58A

Text Example


Text Example

White with #FCD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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