Html Css Color HEX #FCCF72 Grandis

📋 copy color: '#FCCF72'

red 252 ◦ green 207 ◦ blue 114

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

Shades of Grandis #FCCF72

Tints of Grandis #FCCF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.9%

R = 43.98%
G = 36.13%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCCF72 (or 0xFCCF72) is known color: Grandis. HEX triplet: FC, CF and 72. RGB value is (252,207,114). Sum of RGB (Red+Green+Blue) = 252+207+114=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF72 is #03308D. Grayscale: #D2D2D2. Windows color (decimal): -209038 or 7524348. OLE color: 7524348.

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

Color convert

RGB 252 207 114 -
CMYK 0 0.18 0.55 0.01
HSL 40.43º 0.96% 0.72% -
HSV(B) 40.43º 0.55% 0.99% -
XYZ 65.49 66.54 25.31 -
YUV 209.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 252 207 114 0 0.18 0.55 0.01 40.43 0.96 0.72
Hex FC CF 72 0 12 37 1 28 60 48
Octal 374 317 162 0 22 67 1 50 140 110
Binary 11111100 11001111 1110010 0 10010 110111 1 101000 1100000 1001000

Color Harmonies of #FCCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF72

Black with #FCCF72

Text Example


Text Example

White with #FCCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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