Html Css Color HEX #F5AF3E My Sin

📋 copy color: '#F5AF3E'

red 245 ◦ green 175 ◦ blue 62

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

Shades of My Sin #F5AF3E

Tints of My Sin #F5AF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 50.83%
G = 36.31%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5AF3E (or 0xF5AF3E) is known color: My Sin. HEX triplet: F5, AF and 3E. RGB value is (245,175,62). Sum of RGB (Red+Green+Blue) = 245+175+62=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF3E is #0A50C1. Grayscale: #B7B7B7. Windows color (decimal): -676034 or 4108277. OLE color: 4108277.

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

Color convert

RGB 245 175 62 -
CMYK 0 0.29 0.75 0.04
HSL 37.05º 0.9% 0.6% -
HSV(B) 37.05º 0.75% 0.96% -
XYZ 53.86 50.42 11.45 -
YUV 183.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 245 175 62 0 0.29 0.75 0.04 37.05 0.9 0.6
Hex F5 AF 3E 0 1D 4B 4 25 5A 3C
Octal 365 257 76 0 35 113 4 45 132 74
Binary 11110101 10101111 111110 0 11101 1001011 100 100101 1011010 111100

Color Harmonies of #F5AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF3E

Black with #F5AF3E

Text Example


Text Example

White with #F5AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF3E; }

 p { color: rgb(245,175,62); }

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

background-color css

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

 a { background-color: rgb(245,175,62); }

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

border-color css

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

 span { border-color: rgb(245,175,62); }

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