Html Css Color HEX #FCC98A Cherokee

📋 copy color: '#FCC98A'

red 252 ◦ green 201 ◦ blue 138

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

Shades of Cherokee #FCC98A

Tints of Cherokee #FCC98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

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

R = 42.64%
G = 34.01%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCC98A (or 0xFCC98A) is known color: Cherokee. HEX triplet: FC, C9 and 8A. RGB value is (252,201,138). Sum of RGB (Red+Green+Blue) = 252+201+138=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC98A is #033675. Grayscale: #D1D1D1. Windows color (decimal): -210550 or 9095676. OLE color: 9095676.

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

Color convert

RGB 252 201 138 -
CMYK 0 0.20 0.45 0.01
HSL 33.16º 0.95% 0.76% -
HSV(B) 33.16º 0.45% 0.99% -
XYZ 65.62 64.3 33 -
YUV 209.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 252 201 138 0 0.20 0.45 0.01 33.16 0.95 0.76
Hex FC C9 8A 0 14 2D 1 21 5F 4C
Octal 374 311 212 0 24 55 1 41 137 114
Binary 11111100 11001001 10001010 0 10100 101101 1 100001 1011111 1001100

Color Harmonies of #FCC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC98A

Black with #FCC98A

Text Example


Text Example

White with #FCC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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