Html Css Color HEX #F9D532 Sunglow

📋 copy color: '#F9D532'

red 249 ◦ green 213 ◦ blue 50

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

Shades of Sunglow #F9D532

Tints of Sunglow #F9D532

RGB

 RED value IS 249 (97.66% from 255) = 48.63%

 GREEN value IS 213 (83.59% from 255) = 41.6%

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

R = 48.63%
G = 41.6%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9D532 (or 0xF9D532) is known color: Sunglow. HEX triplet: F9, D5 and 32. RGB value is (249,213,50). Sum of RGB (Red+Green+Blue) = 249+213+50=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D532 is #062ACD. Grayscale: #CDCDCD. Windows color (decimal): -404174 or 3331577. OLE color: 3331577.

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

Color convert

RGB 249 213 50 -
CMYK 0 0.14 0.80 0.02
HSL 49.15º 0.94% 0.59% -
HSV(B) 49.15º 0.8% 0.98% -
XYZ 63.44 67.96 12.79 -
YUV 205.18 40.43 159.25 -
System Red Green Blue C M Y K H S L
Decimal 249 213 50 0 0.14 0.80 0.02 49.15 0.94 0.59
Hex F9 D5 32 0 E 50 2 31 5E 3B
Octal 371 325 62 0 16 120 2 61 136 73
Binary 11111001 11010101 110010 0 1110 1010000 10 110001 1011110 111011

Color Harmonies of #F9D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D532

Black with #F9D532

Text Example


Text Example

White with #F9D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D532; }

 p { color: rgb(249,213,50); }

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

background-color css

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

 a { background-color: rgb(249,213,50); }

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

border-color css

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

 span { border-color: rgb(249,213,50); }

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