Html Css Color HEX #FDD72F Sunglow

📋 copy color: '#FDD72F'

red 253 ◦ green 215 ◦ blue 47

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

Shades of Sunglow #FDD72F

Tints of Sunglow #FDD72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.13%

R = 49.13%
G = 41.75%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD72F (or 0xFDD72F) is known color: Sunglow. HEX triplet: FD, D7 and 2F. RGB value is (253,215,47). Sum of RGB (Red+Green+Blue) = 253+215+47=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD72F is #0228D0. Grayscale: #CFCFCF. Windows color (decimal): -141521 or 3135485. OLE color: 3135485.

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

Color convert

RGB 253 215 47 -
CMYK 0 0.15 0.81 0.01
HSL 48.93º 0.98% 0.59% -
HSV(B) 48.93º 0.81% 0.99% -
XYZ 65.32 69.69 12.7 -
YUV 207.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 253 215 47 0 0.15 0.81 0.01 48.93 0.98 0.59
Hex FD D7 2F 0 F 51 1 31 62 3B
Octal 375 327 57 0 17 121 1 61 142 73
Binary 11111101 11010111 101111 0 1111 1010001 1 110001 1100010 111011

Color Harmonies of #FDD72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD72F

Black with #FDD72F

Text Example


Text Example

White with #FDD72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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