Html Css Color HEX #FCCC71 Grandis

📋 copy color: '#FCCC71'

red 252 ◦ green 204 ◦ blue 113

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

Shades of Grandis #FCCC71

Tints of Grandis #FCCC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 113 (44.53% from 255) = 19.86%

R = 44.29%
G = 35.85%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCCC71 (or 0xFCCC71) is known color: Grandis. HEX triplet: FC, CC and 71. RGB value is (252,204,113). Sum of RGB (Red+Green+Blue) = 252+204+113=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC71 is #03338E. Grayscale: #D0D0D0. Windows color (decimal): -209807 or 7458044. OLE color: 7458044.

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

Color convert

RGB 252 204 113 -
CMYK 0 0.19 0.55 0.01
HSL 39.28º 0.96% 0.72% -
HSV(B) 39.28º 0.55% 0.99% -
XYZ 64.72 65.07 24.77 -
YUV 207.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 252 204 113 0 0.19 0.55 0.01 39.28 0.96 0.72
Hex FC CC 71 0 13 37 1 27 60 48
Octal 374 314 161 0 23 67 1 47 140 110
Binary 11111100 11001100 1110001 0 10011 110111 1 100111 1100000 1001000

Color Harmonies of #FCCC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC71

Black with #FCCC71

Text Example


Text Example

White with #FCCC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC71; }

 p { color: rgb(252,204,113); }

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

background-color css

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

 a { background-color: rgb(252,204,113); }

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

border-color css

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

 span { border-color: rgb(252,204,113); }

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