Html Css Color HEX #F7B041 My Sin

📋 copy color: '#F7B041'

red 247 ◦ green 176 ◦ blue 65

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

Shades of My Sin #F7B041

Tints of My Sin #F7B041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.32%

R = 50.61%
G = 36.07%
B = 13.32%

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

#F7B041 (or 0xF7B041) is known color: My Sin. HEX triplet: F7, B0 and 41. RGB value is (247,176,65). Sum of RGB (Red+Green+Blue) = 247+176+65=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B041 is #084FBE. Grayscale: #B9B9B9. Windows color (decimal): -544703 or 4305143. OLE color: 4305143.

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

Color convert

RGB 247 176 65 -
CMYK 0 0.29 0.74 0.03
HSL 36.59º 0.92% 0.61% -
HSV(B) 36.59º 0.74% 0.97% -
XYZ 54.84 51.21 11.99 -
YUV 184.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 247 176 65 0 0.29 0.74 0.03 36.59 0.92 0.61
Hex F7 B0 41 0 1D 4A 3 25 5C 3D
Octal 367 260 101 0 35 112 3 45 134 75
Binary 11110111 10110000 1000001 0 11101 1001010 11 100101 1011100 111101

Color Harmonies of #F7B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B041

Black with #F7B041

Text Example


Text Example

White with #F7B041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B041; }

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

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

background-color css

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

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

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

border-color css

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

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

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