Html Css Color HEX #FCCF70 Grandis

📋 copy color: '#FCCF70'

red 252 ◦ green 207 ◦ blue 112

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

Shades of Grandis #FCCF70

Tints of Grandis #FCCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.25%

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

R = 44.13%
G = 36.25%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCCF70 (or 0xFCCF70) is known color: Grandis. HEX triplet: FC, CF and 70. RGB value is (252,207,112). Sum of RGB (Red+Green+Blue) = 252+207+112=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF70 is #03308F. Grayscale: #D2D2D2. Windows color (decimal): -209040 or 7393276. OLE color: 7393276.

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

Color convert

RGB 252 207 112 -
CMYK 0 0.18 0.56 0.01
HSL 40.71º 0.96% 0.71% -
HSV(B) 40.71º 0.56% 0.99% -
XYZ 65.38 66.49 24.72 -
YUV 209.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 252 207 112 0 0.18 0.56 0.01 40.71 0.96 0.71
Hex FC CF 70 0 12 38 1 29 60 47
Octal 374 317 160 0 22 70 1 51 140 107
Binary 11111100 11001111 1110000 0 10010 111000 1 101001 1100000 1000111

Color Harmonies of #FCCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF70

Black with #FCCF70

Text Example


Text Example

White with #FCCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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