Html Css Color HEX #FCCD71 Grandis

📋 copy color: '#FCCD71'

red 252 ◦ green 205 ◦ blue 113

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

Shades of Grandis #FCCD71

Tints of Grandis #FCCD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.96%

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

R = 44.21%
G = 35.96%
B = 19.82%

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

#FCCD71 (or 0xFCCD71) is known color: Grandis. HEX triplet: FC, CD and 71. RGB value is (252,205,113). Sum of RGB (Red+Green+Blue) = 252+205+113=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD71 is #03328E. Grayscale: #D0D0D0. Windows color (decimal): -209551 or 7458300. OLE color: 7458300.

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

Color convert

RGB 252 205 113 -
CMYK 0 0.19 0.55 0.01
HSL 39.71º 0.96% 0.72% -
HSV(B) 39.71º 0.55% 0.99% -
XYZ 64.96 65.55 24.85 -
YUV 208.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 252 205 113 0 0.19 0.55 0.01 39.71 0.96 0.72
Hex FC CD 71 0 13 37 1 28 60 48
Octal 374 315 161 0 23 67 1 50 140 110
Binary 11111100 11001101 1110001 0 10011 110111 1 101000 1100000 1001000

Color Harmonies of #FCCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD71

Black with #FCCD71

Text Example


Text Example

White with #FCCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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