Html Css Color HEX #F8B040 My Sin

📋 copy color: '#F8B040'

red 248 ◦ green 176 ◦ blue 64

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

Shades of My Sin #F8B040

Tints of My Sin #F8B040

RGB

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

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

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

R = 50.82%
G = 36.07%
B = 13.11%

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

#F8B040 (or 0xF8B040) is known color: My Sin. HEX triplet: F8, B0 and 40. RGB value is (248,176,64). Sum of RGB (Red+Green+Blue) = 248+176+64=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B040 is #074FBF. Grayscale: #B9B9B9. Windows color (decimal): -479168 or 4239608. OLE color: 4239608.

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

Color convert

RGB 248 176 64 -
CMYK 0 0.29 0.74 0.03
HSL 36.52º 0.93% 0.61% -
HSV(B) 36.52º 0.74% 0.97% -
XYZ 55.16 51.38 11.86 -
YUV 184.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 248 176 64 0 0.29 0.74 0.03 36.52 0.93 0.61
Hex F8 B0 40 0 1D 4A 3 25 5D 3D
Octal 370 260 100 0 35 112 3 45 135 75
Binary 11111000 10110000 1000000 0 11101 1001010 11 100101 1011101 111101

Color Harmonies of #F8B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B040

Black with #F8B040

Text Example


Text Example

White with #F8B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B040; }

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

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

background-color css

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

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

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

border-color css

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

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

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