Html Css Color HEX #F7A540 My Sin

📋 copy color: '#F7A540'

red 247 ◦ green 165 ◦ blue 64

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

Shades of My Sin #F7A540

Tints of My Sin #F7A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 51.89%
G = 34.66%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7A540 (or 0xF7A540) is known color: My Sin. HEX triplet: F7, A5 and 40. RGB value is (247,165,64). Sum of RGB (Red+Green+Blue) = 247+165+64=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A540 is #085ABF. Grayscale: #B2B2B2. Windows color (decimal): -547520 or 4236791. OLE color: 4236791.

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

Color convert

RGB 247 165 64 -
CMYK 0 0.33 0.74 0.03
HSL 33.11º 0.92% 0.61% -
HSV(B) 33.11º 0.74% 0.97% -
XYZ 52.74 47.05 11.15 -
YUV 178 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 247 165 64 0 0.33 0.74 0.03 33.11 0.92 0.61
Hex F7 A5 40 0 21 4A 3 21 5C 3D
Octal 367 245 100 0 41 112 3 41 134 75
Binary 11110111 10100101 1000000 0 100001 1001010 11 100001 1011100 111101

Color Harmonies of #F7A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A540

Black with #F7A540

Text Example


Text Example

White with #F7A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A540; }

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

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

background-color css

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

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

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

border-color css

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

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

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