Html Css Color HEX #FDC72C Sunglow

📋 copy color: '#FDC72C'

red 253 ◦ green 199 ◦ blue 44

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

Shades of Sunglow #FDC72C

Tints of Sunglow #FDC72C

RGB

 RED value IS 253 (99.22% from 255) = 51.01%

 GREEN value IS 199 (78.13% from 255) = 40.12%

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

R = 51.01%
G = 40.12%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC72C (or 0xFDC72C) is known color: Sunglow. HEX triplet: FD, C7 and 2C. RGB value is (253,199,44). Sum of RGB (Red+Green+Blue) = 253+199+44=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC72C is #0238D3. Grayscale: #C6C6C6. Windows color (decimal): -145620 or 2934781. OLE color: 2934781.

HSL color Cylindrical-coordinate representation of color #FDC72C: hue angle of 44.5º degrees, saturation: 0.98, 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 #FDC72C is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 44 -
CMYK 0 0.21 0.83 0.01
HSL 44.5º 0.98% 0.58% -
HSV(B) 44.5º 0.83% 0.99% -
XYZ 61.39 61.91 11.1 -
YUV 197.48 41.39 167.6 -
System Red Green Blue C M Y K H S L
Decimal 253 199 44 0 0.21 0.83 0.01 44.5 0.98 0.58
Hex FD C7 2C 0 15 53 1 2C 62 3A
Octal 375 307 54 0 25 123 1 54 142 72
Binary 11111101 11000111 101100 0 10101 1010011 1 101100 1100010 111010

Color Harmonies of #FDC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC72C

Black with #FDC72C

Text Example


Text Example

White with #FDC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC72C; }

 p { color: rgb(253,199,44); }

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

background-color css

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

 a { background-color: rgb(253,199,44); }

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

border-color css

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

 span { border-color: rgb(253,199,44); }

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