Html Css Color HEX #F8B341 My Sin

📋 copy color: '#F8B341'

red 248 ◦ green 179 ◦ blue 65

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

Shades of My Sin #F8B341

Tints of My Sin #F8B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 50.41%
G = 36.38%
B = 13.21%

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

#F8B341 (or 0xF8B341) is known color: My Sin. HEX triplet: F8, B3 and 41. RGB value is (248,179,65). Sum of RGB (Red+Green+Blue) = 248+179+65=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B341 is #074CBE. Grayscale: #BBBBBB. Windows color (decimal): -478399 or 4305912. OLE color: 4305912.

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

Color convert

RGB 248 179 65 -
CMYK 0 0.28 0.74 0.03
HSL 37.38º 0.93% 0.61% -
HSV(B) 37.38º 0.74% 0.97% -
XYZ 55.79 52.58 12.21 -
YUV 186.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 248 179 65 0 0.28 0.74 0.03 37.38 0.93 0.61
Hex F8 B3 41 0 1C 4A 3 25 5D 3D
Octal 370 263 101 0 34 112 3 45 135 75
Binary 11111000 10110011 1000001 0 11100 1001010 11 100101 1011101 111101

Color Harmonies of #F8B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B341

Black with #F8B341

Text Example


Text Example

White with #F8B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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