Html Css Color HEX #F9B446 My Sin

📋 copy color: '#F9B446'

red 249 ◦ green 180 ◦ blue 70

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

Shades of My Sin #F9B446

Tints of My Sin #F9B446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 49.9%
G = 36.07%
B = 14.03%

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

#F9B446 (or 0xF9B446) is known color: My Sin. HEX triplet: F9, B4 and 46. RGB value is (249,180,70). Sum of RGB (Red+Green+Blue) = 249+180+70=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B446 is #064BB9. Grayscale: #BCBCBC. Windows color (decimal): -412602 or 4633849. OLE color: 4633849.

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

Color convert

RGB 249 180 70 -
CMYK 0 0.28 0.72 0.02
HSL 36.87º 0.94% 0.63% -
HSV(B) 36.87º 0.72% 0.98% -
XYZ 56.49 53.22 13.09 -
YUV 188.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 249 180 70 0 0.28 0.72 0.02 36.87 0.94 0.63
Hex F9 B4 46 0 1C 48 2 25 5E 3F
Octal 371 264 106 0 34 110 2 45 136 77
Binary 11111001 10110100 1000110 0 11100 1001000 10 100101 1011110 111111

Color Harmonies of #F9B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B446

Black with #F9B446

Text Example


Text Example

White with #F9B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B446; }

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

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

background-color css

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

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

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

border-color css

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

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

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