Html Css Color HEX #FCCA8A Cherokee

📋 copy color: '#FCCA8A'

red 252 ◦ green 202 ◦ blue 138

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

Shades of Cherokee #FCCA8A

Tints of Cherokee #FCCA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.12%

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

R = 42.57%
G = 34.12%
B = 23.31%

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

#FCCA8A (or 0xFCCA8A) is known color: Cherokee. HEX triplet: FC, CA and 8A. RGB value is (252,202,138). Sum of RGB (Red+Green+Blue) = 252+202+138=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA8A is #033575. Grayscale: #D1D1D1. Windows color (decimal): -210294 or 9095932. OLE color: 9095932.

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

Color convert

RGB 252 202 138 -
CMYK 0 0.20 0.45 0.01
HSL 33.68º 0.95% 0.76% -
HSV(B) 33.68º 0.45% 0.99% -
XYZ 65.85 64.77 33.08 -
YUV 209.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 252 202 138 0 0.20 0.45 0.01 33.68 0.95 0.76
Hex FC CA 8A 0 14 2D 1 22 5F 4C
Octal 374 312 212 0 24 55 1 42 137 114
Binary 11111100 11001010 10001010 0 10100 101101 1 100010 1011111 1001100

Color Harmonies of #FCCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA8A

Black with #FCCA8A

Text Example


Text Example

White with #FCCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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