Html Css Color HEX #F85133 Sunset Orange

📋 copy color: '#F85133'

red 248 ◦ green 81 ◦ blue 51

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

Shades of Sunset Orange #F85133

Tints of Sunset Orange #F85133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 65.26%
G = 21.32%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F85133 (or 0xF85133) is known color: Sunset Orange. HEX triplet: F8, 51 and 33. RGB value is (248,81,51). Sum of RGB (Red+Green+Blue) = 248+81+51=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F85133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85133 is #07AECC. Grayscale: #7F7F7F. Windows color (decimal): -503501 or 3363320. OLE color: 3363320.

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

Color convert

RGB 248 81 51 -
CMYK 0 0.67 0.79 0.03
HSL 9.14º 0.93% 0.59% -
HSV(B) 9.14º 0.79% 0.97% -
XYZ 42.25 26.08 5.94 -
YUV 127.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 248 81 51 0 0.67 0.79 0.03 9.14 0.93 0.59
Hex F8 51 33 0 43 4F 3 9 5D 3B
Octal 370 121 63 0 103 117 3 11 135 73
Binary 11111000 1010001 110011 0 1000011 1001111 11 1001 1011101 111011

Color Harmonies of #F85133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85133

Black with #F85133

Text Example


Text Example

White with #F85133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85133; }

 p { color: rgb(248,81,51); }

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

background-color css

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

 a { background-color: rgb(248,81,51); }

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

border-color css

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

 span { border-color: rgb(248,81,51); }

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