Html Css Color HEX #F7AF4A My Sin

📋 copy color: '#F7AF4A'

red 247 ◦ green 175 ◦ blue 74

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

Shades of My Sin #F7AF4A

Tints of My Sin #F7AF4A

RGB

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

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

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

R = 49.8%
G = 35.28%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7AF4A (or 0xF7AF4A) is known color: My Sin. HEX triplet: F7, AF and 4A. RGB value is (247,175,74). Sum of RGB (Red+Green+Blue) = 247+175+74=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF4A is #0850B5. Grayscale: #B9B9B9. Windows color (decimal): -544950 or 4894711. OLE color: 4894711.

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

Color convert

RGB 247 175 74 -
CMYK 0 0.29 0.70 0.03
HSL 35.03º 0.92% 0.63% -
HSV(B) 35.03º 0.7% 0.97% -
XYZ 54.92 50.93 13.41 -
YUV 185.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 247 175 74 0 0.29 0.70 0.03 35.03 0.92 0.63
Hex F7 AF 4A 0 1D 46 3 23 5C 3F
Octal 367 257 112 0 35 106 3 43 134 77
Binary 11110111 10101111 1001010 0 11101 1000110 11 100011 1011100 111111

Color Harmonies of #F7AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF4A

Black with #F7AF4A

Text Example


Text Example

White with #F7AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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