Html Css Color HEX #F7B540 My Sin

📋 copy color: '#F7B540'

red 247 ◦ green 181 ◦ blue 64

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

Shades of My Sin #F7B540

Tints of My Sin #F7B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 50.2%
G = 36.79%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7B540 (or 0xF7B540) is known color: My Sin. HEX triplet: F7, B5 and 40. RGB value is (247,181,64). Sum of RGB (Red+Green+Blue) = 247+181+64=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B540 is #084ABF. Grayscale: #BBBBBB. Windows color (decimal): -543424 or 4240887. OLE color: 4240887.

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

Color convert

RGB 247 181 64 -
CMYK 0 0.27 0.74 0.03
HSL 38.36º 0.92% 0.61% -
HSV(B) 38.36º 0.74% 0.97% -
XYZ 55.81 53.19 12.18 -
YUV 187.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 247 181 64 0 0.27 0.74 0.03 38.36 0.92 0.61
Hex F7 B5 40 0 1B 4A 3 26 5C 3D
Octal 367 265 100 0 33 112 3 46 134 75
Binary 11110111 10110101 1000000 0 11011 1001010 11 100110 1011100 111101

Color Harmonies of #F7B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B540

Black with #F7B540

Text Example


Text Example

White with #F7B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B540; }

 p { color: rgb(247,181,64); }

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

background-color css

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

 a { background-color: rgb(247,181,64); }

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

border-color css

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

 span { border-color: rgb(247,181,64); }

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