Html Css Color HEX #FCCE8C Cherokee

📋 copy color: '#FCCE8C'

red 252 ◦ green 206 ◦ blue 140

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

Shades of Cherokee #FCCE8C

Tints of Cherokee #FCCE8C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

 BLUE value IS 140 (55.08% from 255) = 23.41%

R = 42.14%
G = 34.45%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCCE8C (or 0xFCCE8C) is known color: Cherokee. HEX triplet: FC, CE and 8C. RGB value is (252,206,140). Sum of RGB (Red+Green+Blue) = 252+206+140=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE8C is #033173. Grayscale: #D4D4D4. Windows color (decimal): -209268 or 9228028. OLE color: 9228028.

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

Color convert

RGB 252 206 140 -
CMYK 0 0.18 0.44 0.01
HSL 35.36º 0.95% 0.77% -
HSV(B) 35.36º 0.44% 0.99% -
XYZ 66.95 66.73 34.16 -
YUV 212.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 252 206 140 0 0.18 0.44 0.01 35.36 0.95 0.77
Hex FC CE 8C 0 12 2C 1 23 5F 4D
Octal 374 316 214 0 22 54 1 43 137 115
Binary 11111100 11001110 10001100 0 10010 101100 1 100011 1011111 1001101

Color Harmonies of #FCCE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE8C

Black with #FCCE8C

Text Example


Text Example

White with #FCCE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE8C; }

 p { color: rgb(252,206,140); }

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

background-color css

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

 a { background-color: rgb(252,206,140); }

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

border-color css

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

 span { border-color: rgb(252,206,140); }

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