Html Css Color HEX #FCD073 Grandis

📋 copy color: '#FCD073'

red 252 ◦ green 208 ◦ blue 115

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

Shades of Grandis #FCD073

Tints of Grandis #FCD073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

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

R = 43.83%
G = 36.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD073 (or 0xFCD073) is known color: Grandis. HEX triplet: FC, D0 and 73. RGB value is (252,208,115). Sum of RGB (Red+Green+Blue) = 252+208+115=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD073 is #032F8C. Grayscale: #D2D2D2. Windows color (decimal): -208781 or 7590140. OLE color: 7590140.

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

Color convert

RGB 252 208 115 -
CMYK 0 0.17 0.54 0.01
HSL 40.73º 0.96% 0.72% -
HSV(B) 40.73º 0.54% 0.99% -
XYZ 65.8 67.05 25.69 -
YUV 210.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 252 208 115 0 0.17 0.54 0.01 40.73 0.96 0.72
Hex FC D0 73 0 11 36 1 29 60 48
Octal 374 320 163 0 21 66 1 51 140 110
Binary 11111100 11010000 1110011 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD073

Black with #FCD073

Text Example


Text Example

White with #FCD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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