Html Css Color HEX #F8A540 My Sin

📋 copy color: '#F8A540'

red 248 ◦ green 165 ◦ blue 64

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

Shades of My Sin #F8A540

Tints of My Sin #F8A540

RGB

 RED value IS 248 (97.27% from 255) = 51.99%

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

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

R = 51.99%
G = 34.59%
B = 13.42%

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

#F8A540 (or 0xF8A540) is known color: My Sin. HEX triplet: F8, A5 and 40. RGB value is (248,165,64). Sum of RGB (Red+Green+Blue) = 248+165+64=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A540 is #075ABF. Grayscale: #B2B2B2. Windows color (decimal): -481984 or 4236792. OLE color: 4236792.

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

Color convert

RGB 248 165 64 -
CMYK 0 0.33 0.74 0.03
HSL 32.93º 0.93% 0.61% -
HSV(B) 32.93º 0.74% 0.97% -
XYZ 53.09 47.24 11.17 -
YUV 178.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 248 165 64 0 0.33 0.74 0.03 32.93 0.93 0.61
Hex F8 A5 40 0 21 4A 3 21 5D 3D
Octal 370 245 100 0 41 112 3 41 135 75
Binary 11111000 10100101 1000000 0 100001 1001010 11 100001 1011101 111101

Color Harmonies of #F8A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A540

Black with #F8A540

Text Example


Text Example

White with #F8A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A540; }

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

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

background-color css

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

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

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

border-color css

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

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

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