Html Css Color HEX #F5B148 My Sin

📋 copy color: '#F5B148'

red 245 ◦ green 177 ◦ blue 72

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

Shades of My Sin #F5B148

Tints of My Sin #F5B148

RGB

 RED value IS 245 (96.09% from 255) = 49.6%

 GREEN value IS 177 (69.53% from 255) = 35.83%

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

R = 49.6%
G = 35.83%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5B148 (or 0xF5B148) is known color: My Sin. HEX triplet: F5, B1 and 48. RGB value is (245,177,72). Sum of RGB (Red+Green+Blue) = 245+177+72=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B148 is #0A4EB7. Grayscale: #B9B9B9. Windows color (decimal): -675512 or 4764149. OLE color: 4764149.

HSL color Cylindrical-coordinate representation of color #F5B148: hue angle of 36.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5B148 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 177 72 -
CMYK 0 0.28 0.71 0.04
HSL 36.42º 0.9% 0.62% -
HSV(B) 36.42º 0.71% 0.96% -
XYZ 54.55 51.32 13.16 -
YUV 185.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 245 177 72 0 0.28 0.71 0.04 36.42 0.9 0.62
Hex F5 B1 48 0 1C 47 4 24 5A 3E
Octal 365 261 110 0 34 107 4 44 132 76
Binary 11110101 10110001 1001000 0 11100 1000111 100 100100 1011010 111110

Color Harmonies of #F5B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B148

Black with #F5B148

Text Example


Text Example

White with #F5B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B148; }

 p { color: rgb(245,177,72); }

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

background-color css

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

 a { background-color: rgb(245,177,72); }

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

border-color css

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

 span { border-color: rgb(245,177,72); }

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