Html Css Color HEX #F9D231 Sunglow

📋 copy color: '#F9D231'

red 249 ◦ green 210 ◦ blue 49

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

Shades of Sunglow #F9D231

Tints of Sunglow #F9D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 49 (19.53% from 255) = 9.65%

R = 49.02%
G = 41.34%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9D231 (or 0xF9D231) is known color: Sunglow. HEX triplet: F9, D2 and 31. RGB value is (249,210,49). Sum of RGB (Red+Green+Blue) = 249+210+49=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D231 is #062DCE. Grayscale: #CBCBCB. Windows color (decimal): -404943 or 3265273. OLE color: 3265273.

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

Color convert

RGB 249 210 49 -
CMYK 0 0.16 0.80 0.02
HSL 48.3º 0.94% 0.58% -
HSV(B) 48.3º 0.8% 0.98% -
XYZ 62.67 66.45 12.43 -
YUV 203.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 249 210 49 0 0.16 0.80 0.02 48.3 0.94 0.58
Hex F9 D2 31 0 10 50 2 30 5E 3A
Octal 371 322 61 0 20 120 2 60 136 72
Binary 11111001 11010010 110001 0 10000 1010000 10 110000 1011110 111010

Color Harmonies of #F9D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D231

Black with #F9D231

Text Example


Text Example

White with #F9D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D231; }

 p { color: rgb(249,210,49); }

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

background-color css

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

 a { background-color: rgb(249,210,49); }

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

border-color css

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

 span { border-color: rgb(249,210,49); }

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