Html Css Color HEX #F7B440 My Sin

📋 copy color: '#F7B440'

red 247 ◦ green 180 ◦ blue 64

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

Shades of My Sin #F7B440

Tints of My Sin #F7B440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

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

R = 50.31%
G = 36.66%
B = 13.03%

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

#F7B440 (or 0xF7B440) is known color: My Sin. HEX triplet: F7, B4 and 40. RGB value is (247,180,64). Sum of RGB (Red+Green+Blue) = 247+180+64=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B440 is #084BBF. Grayscale: #BBBBBB. Windows color (decimal): -543680 or 4240631. OLE color: 4240631.

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

Color convert

RGB 247 180 64 -
CMYK 0 0.27 0.74 0.03
HSL 38.03º 0.92% 0.61% -
HSV(B) 38.03º 0.74% 0.97% -
XYZ 55.6 52.79 12.11 -
YUV 186.81 58.7 170.93 -
System Red Green Blue C M Y K H S L
Decimal 247 180 64 0 0.27 0.74 0.03 38.03 0.92 0.61
Hex F7 B4 40 0 1B 4A 3 26 5C 3D
Octal 367 264 100 0 33 112 3 46 134 75
Binary 11110111 10110100 1000000 0 11011 1001010 11 100110 1011100 111101

Color Harmonies of #F7B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B440

Black with #F7B440

Text Example


Text Example

White with #F7B440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B440; }

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

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

background-color css

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

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

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

border-color css

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

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

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