Html Css Color HEX #F5B545 My Sin

📋 copy color: '#F5B545'

red 245 ◦ green 181 ◦ blue 69

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

Shades of My Sin #F5B545

Tints of My Sin #F5B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 49.49%
G = 36.57%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F5B545 (or 0xF5B545) is known color: My Sin. HEX triplet: F5, B5 and 45. RGB value is (245,181,69). Sum of RGB (Red+Green+Blue) = 245+181+69=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B545 is #0A4ABA. Grayscale: #BBBBBB. Windows color (decimal): -674491 or 4568565. OLE color: 4568565.

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

Color convert

RGB 245 181 69 -
CMYK 0 0.26 0.72 0.04
HSL 38.18º 0.9% 0.62% -
HSV(B) 38.18º 0.72% 0.96% -
XYZ 55.25 52.89 12.93 -
YUV 187.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 245 181 69 0 0.26 0.72 0.04 38.18 0.9 0.62
Hex F5 B5 45 0 1A 48 4 26 5A 3E
Octal 365 265 105 0 32 110 4 46 132 76
Binary 11110101 10110101 1000101 0 11010 1001000 100 100110 1011010 111110

Color Harmonies of #F5B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B545

Black with #F5B545

Text Example


Text Example

White with #F5B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B545; }

 p { color: rgb(245,181,69); }

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

background-color css

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

 a { background-color: rgb(245,181,69); }

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

border-color css

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

 span { border-color: rgb(245,181,69); }

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