Html Css Color HEX #F7AF3F My Sin

📋 copy color: '#F7AF3F'

red 247 ◦ green 175 ◦ blue 63

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

Shades of My Sin #F7AF3F

Tints of My Sin #F7AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.99%

R = 50.93%
G = 36.08%
B = 12.99%

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

#F7AF3F (or 0xF7AF3F) is known color: My Sin. HEX triplet: F7, AF and 3F. RGB value is (247,175,63). Sum of RGB (Red+Green+Blue) = 247+175+63=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF3F is #0850C0. Grayscale: #B8B8B8. Windows color (decimal): -544961 or 4173815. OLE color: 4173815.

HSL color Cylindrical-coordinate representation of color #F7AF3F: hue angle of 36.52º 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 #F7AF3F is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 63 -
CMYK 0 0.29 0.74 0.03
HSL 36.52º 0.92% 0.61% -
HSV(B) 36.52º 0.74% 0.97% -
XYZ 54.58 50.79 11.63 -
YUV 183.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 247 175 63 0 0.29 0.74 0.03 36.52 0.92 0.61
Hex F7 AF 3F 0 1D 4A 3 25 5C 3D
Octal 367 257 77 0 35 112 3 45 134 75
Binary 11110111 10101111 111111 0 11101 1001010 11 100101 1011100 111101

Color Harmonies of #F7AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF3F

Black with #F7AF3F

Text Example


Text Example

White with #F7AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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