Html Css Color HEX #F8B340 My Sin

📋 copy color: '#F8B340'

red 248 ◦ green 179 ◦ blue 64

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

Shades of My Sin #F8B340

Tints of My Sin #F8B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

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

R = 50.51%
G = 36.46%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8B340 (or 0xF8B340) is known color: My Sin. HEX triplet: F8, B3 and 40. RGB value is (248,179,64). Sum of RGB (Red+Green+Blue) = 248+179+64=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B340 is #074CBF. Grayscale: #BBBBBB. Windows color (decimal): -478400 or 4240376. OLE color: 4240376.

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

Color convert

RGB 248 179 64 -
CMYK 0 0.28 0.74 0.03
HSL 37.5º 0.93% 0.61% -
HSV(B) 37.5º 0.74% 0.97% -
XYZ 55.76 52.57 12.06 -
YUV 186.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 248 179 64 0 0.28 0.74 0.03 37.5 0.93 0.61
Hex F8 B3 40 0 1C 4A 3 26 5D 3D
Octal 370 263 100 0 34 112 3 46 135 75
Binary 11111000 10110011 1000000 0 11100 1001010 11 100110 1011101 111101

Color Harmonies of #F8B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B340

Black with #F8B340

Text Example


Text Example

White with #F8B340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B340; }

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

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

background-color css

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

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

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

border-color css

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

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

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