Html Css Color HEX #FDD72C Sunglow

📋 copy color: '#FDD72C'

red 253 ◦ green 215 ◦ blue 44

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

Shades of Sunglow #FDD72C

Tints of Sunglow #FDD72C

RGB

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

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

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

R = 49.41%
G = 41.99%
B = 8.59%

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

#FDD72C (or 0xFDD72C) is known color: Sunglow. HEX triplet: FD, D7 and 2C. RGB value is (253,215,44). Sum of RGB (Red+Green+Blue) = 253+215+44=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD72C is #0228D3. Grayscale: #CFCFCF. Windows color (decimal): -141524 or 2938877. OLE color: 2938877.

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

Color convert

RGB 253 215 44 -
CMYK 0 0.15 0.83 0.01
HSL 49.09º 0.98% 0.58% -
HSV(B) 49.09º 0.83% 0.99% -
XYZ 65.26 69.67 12.39 -
YUV 206.87 36.09 160.9 -
System Red Green Blue C M Y K H S L
Decimal 253 215 44 0 0.15 0.83 0.01 49.09 0.98 0.58
Hex FD D7 2C 0 F 53 1 31 62 3A
Octal 375 327 54 0 17 123 1 61 142 72
Binary 11111101 11010111 101100 0 1111 1010011 1 110001 1100010 111010

Color Harmonies of #FDD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD72C

Black with #FDD72C

Text Example


Text Example

White with #FDD72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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