Html Css Color HEX #F5B047 My Sin

📋 copy color: '#F5B047'

red 245 ◦ green 176 ◦ blue 71

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

Shades of My Sin #F5B047

Tints of My Sin #F5B047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 71 (28.13% from 255) = 14.43%

R = 49.8%
G = 35.77%
B = 14.43%

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

#F5B047 (or 0xF5B047) is known color: My Sin. HEX triplet: F5, B0 and 47. RGB value is (245,176,71). Sum of RGB (Red+Green+Blue) = 245+176+71=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B047 is #0A4FB8. Grayscale: #B9B9B9. Windows color (decimal): -675769 or 4698357. OLE color: 4698357.

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

Color convert

RGB 245 176 71 -
CMYK 0 0.28 0.71 0.04
HSL 36.21º 0.9% 0.62% -
HSV(B) 36.21º 0.71% 0.96% -
XYZ 54.32 50.92 12.93 -
YUV 184.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 245 176 71 0 0.28 0.71 0.04 36.21 0.9 0.62
Hex F5 B0 47 0 1C 47 4 24 5A 3E
Octal 365 260 107 0 34 107 4 44 132 76
Binary 11110101 10110000 1000111 0 11100 1000111 100 100100 1011010 111110

Color Harmonies of #F5B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B047

Black with #F5B047

Text Example


Text Example

White with #F5B047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B047; }

 p { color: rgb(245,176,71); }

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

background-color css

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

 a { background-color: rgb(245,176,71); }

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

border-color css

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

 span { border-color: rgb(245,176,71); }

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