Html Css Color HEX #F5A74A My Sin

📋 copy color: '#F5A74A'

red 245 ◦ green 167 ◦ blue 74

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

Shades of My Sin #F5A74A

Tints of My Sin #F5A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.36%

 BLUE value IS 74 (29.3% from 255) = 15.23%

R = 50.41%
G = 34.36%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5A74A (or 0xF5A74A) is known color: My Sin. HEX triplet: F5, A7 and 4A. RGB value is (245,167,74). Sum of RGB (Red+Green+Blue) = 245+167+74=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A74A is #0A58B5. Grayscale: #B4B4B4. Windows color (decimal): -678070 or 4892661. OLE color: 4892661.

HSL color Cylindrical-coordinate representation of color #F5A74A: hue angle of 32.63º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5A74A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 74 -
CMYK 0 0.32 0.70 0.04
HSL 32.63º 0.9% 0.63% -
HSV(B) 32.63º 0.7% 0.96% -
XYZ 52.71 47.54 12.88 -
YUV 179.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 245 167 74 0 0.32 0.70 0.04 32.63 0.9 0.63
Hex F5 A7 4A 0 20 46 4 21 5A 3F
Octal 365 247 112 0 40 106 4 41 132 77
Binary 11110101 10100111 1001010 0 100000 1000110 100 100001 1011010 111111

Color Harmonies of #F5A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A74A

Black with #F5A74A

Text Example


Text Example

White with #F5A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A74A; }

 p { color: rgb(245,167,74); }

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

background-color css

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

 a { background-color: rgb(245,167,74); }

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

border-color css

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

 span { border-color: rgb(245,167,74); }

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