Html Css Color HEX #F9B345 My Sin

📋 copy color: '#F9B345'

red 249 ◦ green 179 ◦ blue 69

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

Shades of My Sin #F9B345

Tints of My Sin #F9B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 50.1%
G = 36.02%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F9B345 (or 0xF9B345) is known color: My Sin. HEX triplet: F9, B3 and 45. RGB value is (249,179,69). Sum of RGB (Red+Green+Blue) = 249+179+69=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B345 is #064CBA. Grayscale: #BBBBBB. Windows color (decimal): -412859 or 4568057. OLE color: 4568057.

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

Color convert

RGB 249 179 69 -
CMYK 0 0.28 0.72 0.02
HSL 36.67º 0.94% 0.62% -
HSV(B) 36.67º 0.72% 0.98% -
XYZ 56.26 52.81 12.86 -
YUV 187.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 249 179 69 0 0.28 0.72 0.02 36.67 0.94 0.62
Hex F9 B3 45 0 1C 48 2 25 5E 3E
Octal 371 263 105 0 34 110 2 45 136 76
Binary 11111001 10110011 1000101 0 11100 1001000 10 100101 1011110 111110

Color Harmonies of #F9B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B345

Black with #F9B345

Text Example


Text Example

White with #F9B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B345; }

 p { color: rgb(249,179,69); }

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

background-color css

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

 a { background-color: rgb(249,179,69); }

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

border-color css

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

 span { border-color: rgb(249,179,69); }

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