Html Css Color HEX #FDD032 Sunglow

📋 copy color: '#FDD032'

red 253 ◦ green 208 ◦ blue 50

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

Shades of Sunglow #FDD032

Tints of Sunglow #FDD032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.78%

R = 49.51%
G = 40.7%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDD032 (or 0xFDD032) is known color: Sunglow. HEX triplet: FD, D0 and 32. RGB value is (253,208,50). Sum of RGB (Red+Green+Blue) = 253+208+50=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD032 is #022FCD. Grayscale: #CCCCCC. Windows color (decimal): -143310 or 3330301. OLE color: 3330301.

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

Color convert

RGB 253 208 50 -
CMYK 0 0.18 0.80 0.01
HSL 46.7º 0.98% 0.59% -
HSV(B) 46.7º 0.8% 0.99% -
XYZ 63.64 66.22 12.45 -
YUV 203.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 253 208 50 0 0.18 0.80 0.01 46.7 0.98 0.59
Hex FD D0 32 0 12 50 1 2F 62 3B
Octal 375 320 62 0 22 120 1 57 142 73
Binary 11111101 11010000 110010 0 10010 1010000 1 101111 1100010 111011

Color Harmonies of #FDD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD032

Black with #FDD032

Text Example


Text Example

White with #FDD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD032; }

 p { color: rgb(253,208,50); }

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

background-color css

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

 a { background-color: rgb(253,208,50); }

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

border-color css

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

 span { border-color: rgb(253,208,50); }

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