Html Css Color HEX #FCD570 Grandis

📋 copy color: '#FCD570'

red 252 ◦ green 213 ◦ blue 112

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

Shades of Grandis #FCD570

Tints of Grandis #FCD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

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

R = 43.67%
G = 36.92%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD570 (or 0xFCD570) is known color: Grandis. HEX triplet: FC, D5 and 70. RGB value is (252,213,112). Sum of RGB (Red+Green+Blue) = 252+213+112=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD570 is #032A8F. Grayscale: #D5D5D5. Windows color (decimal): -207504 or 7394812. OLE color: 7394812.

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

Color convert

RGB 252 213 112 -
CMYK 0 0.15 0.56 0.01
HSL 43.29º 0.96% 0.71% -
HSV(B) 43.29º 0.56% 0.99% -
XYZ 66.86 69.45 25.21 -
YUV 213.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 252 213 112 0 0.15 0.56 0.01 43.29 0.96 0.71
Hex FC D5 70 0 F 38 1 2B 60 47
Octal 374 325 160 0 17 70 1 53 140 107
Binary 11111100 11010101 1110000 0 1111 111000 1 101011 1100000 1000111

Color Harmonies of #FCD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD570

Black with #FCD570

Text Example


Text Example

White with #FCD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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