Html Css Color HEX #FCC870 Grandis

📋 copy color: '#FCC870'

red 252 ◦ green 200 ◦ blue 112

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

Shades of Grandis #FCC870

Tints of Grandis #FCC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.46%

 BLUE value IS 112 (44.14% from 255) = 19.86%

R = 44.68%
G = 35.46%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC870 (or 0xFCC870) is known color: Grandis. HEX triplet: FC, C8 and 70. RGB value is (252,200,112). Sum of RGB (Red+Green+Blue) = 252+200+112=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC870 is #03378F. Grayscale: #CDCDCD. Windows color (decimal): -210832 or 7391484. OLE color: 7391484.

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

Color convert

RGB 252 200 112 -
CMYK 0 0.21 0.56 0.01
HSL 37.71º 0.96% 0.71% -
HSV(B) 37.71º 0.56% 0.99% -
XYZ 63.72 63.17 24.16 -
YUV 205.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 252 200 112 0 0.21 0.56 0.01 37.71 0.96 0.71
Hex FC C8 70 0 15 38 1 26 60 47
Octal 374 310 160 0 25 70 1 46 140 107
Binary 11111100 11001000 1110000 0 10101 111000 1 100110 1100000 1000111

Color Harmonies of #FCC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC870

Black with #FCC870

Text Example


Text Example

White with #FCC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC870; }

 p { color: rgb(252,200,112); }

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

background-color css

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

 a { background-color: rgb(252,200,112); }

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

border-color css

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

 span { border-color: rgb(252,200,112); }

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