Html Css Color HEX #F5AC40 My Sin

📋 copy color: '#F5AC40'

red 245 ◦ green 172 ◦ blue 64

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

Shades of My Sin #F5AC40

Tints of My Sin #F5AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 50.94%
G = 35.76%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5AC40 (or 0xF5AC40) is known color: My Sin. HEX triplet: F5, AC and 40. RGB value is (245,172,64). Sum of RGB (Red+Green+Blue) = 245+172+64=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AC40 is #0A53BF. Grayscale: #B6B6B6. Windows color (decimal): -676800 or 4238581. OLE color: 4238581.

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

Color convert

RGB 245 172 64 -
CMYK 0 0.30 0.74 0.04
HSL 35.8º 0.9% 0.61% -
HSV(B) 35.8º 0.74% 0.96% -
XYZ 53.33 49.29 11.55 -
YUV 181.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 245 172 64 0 0.30 0.74 0.04 35.8 0.9 0.61
Hex F5 AC 40 0 1E 4A 4 24 5A 3D
Octal 365 254 100 0 36 112 4 44 132 75
Binary 11110101 10101100 1000000 0 11110 1001010 100 100100 1011010 111101

Color Harmonies of #F5AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AC40

Black with #F5AC40

Text Example


Text Example

White with #F5AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AC40; }

 p { color: rgb(245,172,64); }

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

background-color css

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

 a { background-color: rgb(245,172,64); }

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

border-color css

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

 span { border-color: rgb(245,172,64); }

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