Html Css Color HEX #FCD72C Sunglow

📋 copy color: '#FCD72C'

red 252 ◦ green 215 ◦ blue 44

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

Shades of Sunglow #FCD72C

Tints of Sunglow #FCD72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

 BLUE value IS 44 (17.58% from 255) = 8.61%

R = 49.32%
G = 42.07%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD72C (or 0xFCD72C) is known color: Sunglow. HEX triplet: FC, D7 and 2C. RGB value is (252,215,44). Sum of RGB (Red+Green+Blue) = 252+215+44=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD72C is #0328D3. Grayscale: #CFCFCF. Windows color (decimal): -207060 or 2938876. OLE color: 2938876.

HSL color Cylindrical-coordinate representation of color #FCD72C: hue angle of 49.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCD72C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 215 44 -
CMYK 0 0.15 0.83 0.01
HSL 49.33º 0.97% 0.58% -
HSV(B) 49.33º 0.83% 0.99% -
XYZ 64.9 69.48 12.37 -
YUV 206.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 252 215 44 0 0.15 0.83 0.01 49.33 0.97 0.58
Hex FC D7 2C 0 F 53 1 31 61 3A
Octal 374 327 54 0 17 123 1 61 141 72
Binary 11111100 11010111 101100 0 1111 1010011 1 110001 1100001 111010

Color Harmonies of #FCD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD72C

Black with #FCD72C

Text Example


Text Example

White with #FCD72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD72C; }

 p { color: rgb(252,215,44); }

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

background-color css

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

 a { background-color: rgb(252,215,44); }

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

border-color css

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

 span { border-color: rgb(252,215,44); }

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