Html Css Color HEX #FCC785 Cherokee

📋 copy color: '#FCC785'

red 252 ◦ green 199 ◦ blue 133

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

Shades of Cherokee #FCC785

Tints of Cherokee #FCC785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.08%

 BLUE value IS 133 (52.34% from 255) = 22.77%

R = 43.15%
G = 34.08%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC785 (or 0xFCC785) is known color: Cherokee. HEX triplet: FC, C7 and 85. RGB value is (252,199,133). Sum of RGB (Red+Green+Blue) = 252+199+133=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC785 is #03387A. Grayscale: #CFCFCF. Windows color (decimal): -211067 or 8767484. OLE color: 8767484.

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

Color convert

RGB 252 199 133 -
CMYK 0 0.21 0.47 0.01
HSL 33.28º 0.95% 0.75% -
HSV(B) 33.28º 0.47% 0.99% -
XYZ 64.8 63.24 30.98 -
YUV 207.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 252 199 133 0 0.21 0.47 0.01 33.28 0.95 0.75
Hex FC C7 85 0 15 2F 1 21 5F 4B
Octal 374 307 205 0 25 57 1 41 137 113
Binary 11111100 11000111 10000101 0 10101 101111 1 100001 1011111 1001011

Color Harmonies of #FCC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC785

Black with #FCC785

Text Example


Text Example

White with #FCC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC785; }

 p { color: rgb(252,199,133); }

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

background-color css

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

 a { background-color: rgb(252,199,133); }

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

border-color css

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

 span { border-color: rgb(252,199,133); }

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