Html Css Color HEX #F7B040 My Sin

📋 copy color: '#F7B040'

red 247 ◦ green 176 ◦ blue 64

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

Shades of My Sin #F7B040

Tints of My Sin #F7B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

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

R = 50.72%
G = 36.14%
B = 13.14%

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

#F7B040 (or 0xF7B040) is known color: My Sin. HEX triplet: F7, B0 and 40. RGB value is (247,176,64). Sum of RGB (Red+Green+Blue) = 247+176+64=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B040 is #084FBF. Grayscale: #B8B8B8. Windows color (decimal): -544704 or 4239607. OLE color: 4239607.

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

Color convert

RGB 247 176 64 -
CMYK 0 0.29 0.74 0.03
HSL 36.72º 0.92% 0.61% -
HSV(B) 36.72º 0.74% 0.97% -
XYZ 54.81 51.19 11.84 -
YUV 184.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 247 176 64 0 0.29 0.74 0.03 36.72 0.92 0.61
Hex F7 B0 40 0 1D 4A 3 25 5C 3D
Octal 367 260 100 0 35 112 3 45 134 75
Binary 11110111 10110000 1000000 0 11101 1001010 11 100101 1011100 111101

Color Harmonies of #F7B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B040

Black with #F7B040

Text Example


Text Example

White with #F7B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B040; }

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

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

background-color css

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

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

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

border-color css

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

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

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