Html Css Color HEX #F5AC4C My Sin

📋 copy color: '#F5AC4C'

red 245 ◦ green 172 ◦ blue 76

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

Shades of My Sin #F5AC4C

Tints of My Sin #F5AC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 49.7%
G = 34.89%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5AC4C (or 0xF5AC4C) is known color: My Sin. HEX triplet: F5, AC and 4C. RGB value is (245,172,76). Sum of RGB (Red+Green+Blue) = 245+172+76=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AC4C is #0A53B3. Grayscale: #B7B7B7. Windows color (decimal): -676788 or 5025013. OLE color: 5025013.

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

Color convert

RGB 245 172 76 -
CMYK 0 0.30 0.69 0.04
HSL 34.08º 0.89% 0.63% -
HSV(B) 34.08º 0.69% 0.96% -
XYZ 53.71 49.44 13.55 -
YUV 182.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 245 172 76 0 0.30 0.69 0.04 34.08 0.89 0.63
Hex F5 AC 4C 0 1E 45 4 22 59 3F
Octal 365 254 114 0 36 105 4 42 131 77
Binary 11110101 10101100 1001100 0 11110 1000101 100 100010 1011001 111111

Color Harmonies of #F5AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AC4C

Black with #F5AC4C

Text Example


Text Example

White with #F5AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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