Html Css Color HEX #F8B344 My Sin

📋 copy color: '#F8B344'

red 248 ◦ green 179 ◦ blue 68

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

Shades of My Sin #F8B344

Tints of My Sin #F8B344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.74%

R = 50.1%
G = 36.16%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F8B344 (or 0xF8B344) is known color: My Sin. HEX triplet: F8, B3 and 44. RGB value is (248,179,68). Sum of RGB (Red+Green+Blue) = 248+179+68=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B344 is #074CBB. Grayscale: #BBBBBB. Windows color (decimal): -478396 or 4502520. OLE color: 4502520.

HSL color Cylindrical-coordinate representation of color #F8B344: hue angle of 37º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8B344 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 179 68 -
CMYK 0 0.28 0.73 0.03
HSL 37º 0.93% 0.62% -
HSV(B) 37º 0.73% 0.97% -
XYZ 55.87 52.61 12.68 -
YUV 186.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 248 179 68 0 0.28 0.73 0.03 37 0.93 0.62
Hex F8 B3 44 0 1C 49 3 25 5D 3E
Octal 370 263 104 0 34 111 3 45 135 76
Binary 11111000 10110011 1000100 0 11100 1001001 11 100101 1011101 111110

Color Harmonies of #F8B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B344

Black with #F8B344

Text Example


Text Example

White with #F8B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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