Html Css Color HEX #F7AB4A My Sin

📋 copy color: '#F7AB4A'

red 247 ◦ green 171 ◦ blue 74

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

Shades of My Sin #F7AB4A

Tints of My Sin #F7AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 50.2%
G = 34.76%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7AB4A (or 0xF7AB4A) is known color: My Sin. HEX triplet: F7, AB and 4A. RGB value is (247,171,74). Sum of RGB (Red+Green+Blue) = 247+171+74=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AB4A is #0854B5. Grayscale: #B7B7B7. Windows color (decimal): -545974 or 4893687. OLE color: 4893687.

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

Color convert

RGB 247 171 74 -
CMYK 0 0.31 0.70 0.03
HSL 33.64º 0.92% 0.63% -
HSV(B) 33.64º 0.7% 0.97% -
XYZ 54.16 49.39 13.16 -
YUV 182.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 247 171 74 0 0.31 0.70 0.03 33.64 0.92 0.63
Hex F7 AB 4A 0 1F 46 3 22 5C 3F
Octal 367 253 112 0 37 106 3 42 134 77
Binary 11110111 10101011 1001010 0 11111 1000110 11 100010 1011100 111111

Color Harmonies of #F7AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AB4A

Black with #F7AB4A

Text Example


Text Example

White with #F7AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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