Html Css Color HEX #F7AF41 My Sin

📋 copy color: '#F7AF41'

red 247 ◦ green 175 ◦ blue 65

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

Shades of My Sin #F7AF41

Tints of My Sin #F7AF41

RGB

 RED value IS 247 (96.88% from 255) = 50.72%

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

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 50.72%
G = 35.93%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7AF41 (or 0xF7AF41) is known color: My Sin. HEX triplet: F7, AF and 41. RGB value is (247,175,65). Sum of RGB (Red+Green+Blue) = 247+175+65=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF41 is #0850BE. Grayscale: #B8B8B8. Windows color (decimal): -544959 or 4304887. OLE color: 4304887.

HSL color Cylindrical-coordinate representation of color #F7AF41: hue angle of 36.26º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7AF41 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 65 -
CMYK 0 0.29 0.74 0.03
HSL 36.26º 0.92% 0.61% -
HSV(B) 36.26º 0.74% 0.97% -
XYZ 54.64 50.82 11.93 -
YUV 183.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 247 175 65 0 0.29 0.74 0.03 36.26 0.92 0.61
Hex F7 AF 41 0 1D 4A 3 24 5C 3D
Octal 367 257 101 0 35 112 3 44 134 75
Binary 11110111 10101111 1000001 0 11101 1001010 11 100100 1011100 111101

Color Harmonies of #F7AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF41

Black with #F7AF41

Text Example


Text Example

White with #F7AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF41; }

 p { color: rgb(247,175,65); }

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

background-color css

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

 a { background-color: rgb(247,175,65); }

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

border-color css

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

 span { border-color: rgb(247,175,65); }

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