Html Css Color HEX #F85348 Sunset Orange

📋 copy color: '#F85348'

red 248 ◦ green 83 ◦ blue 72

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

Shades of Sunset Orange #F85348

Tints of Sunset Orange #F85348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 61.54%
G = 20.6%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85348 (or 0xF85348) is known color: Sunset Orange. HEX triplet: F8, 53 and 48. RGB value is (248,83,72). Sum of RGB (Red+Green+Blue) = 248+83+72=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F85348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85348 is #07ACB7. Grayscale: #838383. Windows color (decimal): -502968 or 4740088. OLE color: 4740088.

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

Color convert

RGB 248 83 72 -
CMYK 0 0.67 0.71 0.03
HSL 3.75º 0.93% 0.63% -
HSV(B) 3.75º 0.71% 0.97% -
XYZ 42.97 26.61 9 -
YUV 131.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 248 83 72 0 0.67 0.71 0.03 3.75 0.93 0.63
Hex F8 53 48 0 43 47 3 4 5D 3F
Octal 370 123 110 0 103 107 3 4 135 77
Binary 11111000 1010011 1001000 0 1000011 1000111 11 100 1011101 111111

Color Harmonies of #F85348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85348

Black with #F85348

Text Example


Text Example

White with #F85348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85348; }

 p { color: rgb(248,83,72); }

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

background-color css

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

 a { background-color: rgb(248,83,72); }

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

border-color css

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

 span { border-color: rgb(248,83,72); }

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