Html Css Color HEX #FCCD73 Grandis

📋 copy color: '#FCCD73'

red 252 ◦ green 205 ◦ blue 115

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

Shades of Grandis #FCCD73

Tints of Grandis #FCCD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.1%

R = 44.06%
G = 35.84%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCCD73 (or 0xFCCD73) is known color: Grandis. HEX triplet: FC, CD and 73. RGB value is (252,205,115). Sum of RGB (Red+Green+Blue) = 252+205+115=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD73 is #03328C. Grayscale: #D1D1D1. Windows color (decimal): -209549 or 7589372. OLE color: 7589372.

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

Color convert

RGB 252 205 115 -
CMYK 0 0.19 0.54 0.01
HSL 39.42º 0.96% 0.72% -
HSV(B) 39.42º 0.54% 0.99% -
XYZ 65.07 65.6 25.45 -
YUV 208.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 252 205 115 0 0.19 0.54 0.01 39.42 0.96 0.72
Hex FC CD 73 0 13 36 1 27 60 48
Octal 374 315 163 0 23 66 1 47 140 110
Binary 11111100 11001101 1110011 0 10011 110110 1 100111 1100000 1001000

Color Harmonies of #FCCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD73

Black with #FCCD73

Text Example


Text Example

White with #FCCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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