Html Css Color HEX #F7B148 My Sin

📋 copy color: '#F7B148'

red 247 ◦ green 177 ◦ blue 72

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

Shades of My Sin #F7B148

Tints of My Sin #F7B148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 49.8%
G = 35.69%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F7B148 (or 0xF7B148) is known color: My Sin. HEX triplet: F7, B1 and 48. RGB value is (247,177,72). Sum of RGB (Red+Green+Blue) = 247+177+72=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B148 is #084EB7. Grayscale: #BABABA. Windows color (decimal): -544440 or 4764151. OLE color: 4764151.

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

Color convert

RGB 247 177 72 -
CMYK 0 0.28 0.71 0.03
HSL 36º 0.92% 0.63% -
HSV(B) 36º 0.71% 0.97% -
XYZ 55.25 51.69 13.2 -
YUV 185.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 247 177 72 0 0.28 0.71 0.03 36 0.92 0.63
Hex F7 B1 48 0 1C 47 3 24 5C 3F
Octal 367 261 110 0 34 107 3 44 134 77
Binary 11110111 10110001 1001000 0 11100 1000111 11 100100 1011100 111111

Color Harmonies of #F7B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B148

Black with #F7B148

Text Example


Text Example

White with #F7B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B148; }

 p { color: rgb(247,177,72); }

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

background-color css

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

 a { background-color: rgb(247,177,72); }

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

border-color css

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

 span { border-color: rgb(247,177,72); }

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