Html Css Color HEX #F9B348 My Sin

📋 copy color: '#F9B348'

red 249 ◦ green 179 ◦ blue 72

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

Shades of My Sin #F9B348

Tints of My Sin #F9B348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 49.8%
G = 35.8%
B = 14.4%

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

#F9B348 (or 0xF9B348) is known color: My Sin. HEX triplet: F9, B3 and 48. RGB value is (249,179,72). Sum of RGB (Red+Green+Blue) = 249+179+72=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B348 is #064CB7. Grayscale: #BCBCBC. Windows color (decimal): -412856 or 4764665. OLE color: 4764665.

HSL color Cylindrical-coordinate representation of color #F9B348: hue angle of 36.27º 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 #F9B348 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 179 72 -
CMYK 0 0.28 0.71 0.02
HSL 36.27º 0.94% 0.63% -
HSV(B) 36.27º 0.71% 0.98% -
XYZ 56.36 52.85 13.36 -
YUV 187.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 249 179 72 0 0.28 0.71 0.02 36.27 0.94 0.63
Hex F9 B3 48 0 1C 47 2 24 5E 3F
Octal 371 263 110 0 34 107 2 44 136 77
Binary 11111001 10110011 1001000 0 11100 1000111 10 100100 1011110 111111

Color Harmonies of #F9B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B348

Black with #F9B348

Text Example


Text Example

White with #F9B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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