Html Css Color HEX #F8745C Bittersweet

📋 copy color: '#F8745C'

red 248 ◦ green 116 ◦ blue 92

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

Shades of Bittersweet #F8745C

Tints of Bittersweet #F8745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 54.39%
G = 25.44%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8745C (or 0xF8745C) is known color: Bittersweet. HEX triplet: F8, 74 and 5C. RGB value is (248,116,92). Sum of RGB (Red+Green+Blue) = 248+116+92=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8745C is #078BA3. Grayscale: #989898. Windows color (decimal): -494500 or 6059256. OLE color: 6059256.

HSL color Cylindrical-coordinate representation of color #F8745C: hue angle of 9.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8745C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 92 -
CMYK 0 0.53 0.63 0.03
HSL 9.23º 0.92% 0.67% -
HSV(B) 9.23º 0.63% 0.97% -
XYZ 46.89 33.22 14.07 -
YUV 152.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 248 116 92 0 0.53 0.63 0.03 9.23 0.92 0.67
Hex F8 74 5C 0 35 3F 3 9 5C 43
Octal 370 164 134 0 65 77 3 11 134 103
Binary 11111000 1110100 1011100 0 110101 111111 11 1001 1011100 1000011

Color Harmonies of #F8745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8745C

Black with #F8745C

Text Example


Text Example

White with #F8745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8745C; }

 p { color: rgb(248,116,92); }

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

background-color css

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

 a { background-color: rgb(248,116,92); }

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

border-color css

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

 span { border-color: rgb(248,116,92); }

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