Html Css Color HEX #F9B449 My Sin

📋 copy color: '#F9B449'

red 249 ◦ green 180 ◦ blue 73

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

Shades of My Sin #F9B449

Tints of My Sin #F9B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

 BLUE value IS 73 (28.91% from 255) = 14.54%

R = 49.6%
G = 35.86%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9B449 (or 0xF9B449) is known color: My Sin. HEX triplet: F9, B4 and 49. RGB value is (249,180,73). Sum of RGB (Red+Green+Blue) = 249+180+73=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B449 is #064BB6. Grayscale: #BCBCBC. Windows color (decimal): -412599 or 4830457. OLE color: 4830457.

HSL color Cylindrical-coordinate representation of color #F9B449: hue angle of 36.48º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9B449 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 180 73 -
CMYK 0 0.28 0.71 0.02
HSL 36.48º 0.94% 0.63% -
HSV(B) 36.48º 0.71% 0.98% -
XYZ 56.59 53.26 13.6 -
YUV 188.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 249 180 73 0 0.28 0.71 0.02 36.48 0.94 0.63
Hex F9 B4 49 0 1C 47 2 24 5E 3F
Octal 371 264 111 0 34 107 2 44 136 77
Binary 11111001 10110100 1001001 0 11100 1000111 10 100100 1011110 111111

Color Harmonies of #F9B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B449

Black with #F9B449

Text Example


Text Example

White with #F9B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B449; }

 p { color: rgb(249,180,73); }

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

background-color css

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

 a { background-color: rgb(249,180,73); }

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

border-color css

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

 span { border-color: rgb(249,180,73); }

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