Html Css Color HEX #F85238 Sunset Orange

📋 copy color: '#F85238'

red 248 ◦ green 82 ◦ blue 56

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

Shades of Sunset Orange #F85238

Tints of Sunset Orange #F85238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 64.25%
G = 21.24%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F85238 (or 0xF85238) is known color: Sunset Orange. HEX triplet: F8, 52 and 38. RGB value is (248,82,56). Sum of RGB (Red+Green+Blue) = 248+82+56=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F85238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85238 is #07ADC7. Grayscale: #808080. Windows color (decimal): -503240 or 3691256. OLE color: 3691256.

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

Color convert

RGB 248 82 56 -
CMYK 0 0.67 0.77 0.03
HSL 8.13º 0.93% 0.6% -
HSV(B) 8.13º 0.77% 0.97% -
XYZ 42.44 26.28 6.58 -
YUV 128.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 248 82 56 0 0.67 0.77 0.03 8.13 0.93 0.6
Hex F8 52 38 0 43 4D 3 8 5D 3C
Octal 370 122 70 0 103 115 3 10 135 74
Binary 11111000 1010010 111000 0 1000011 1001101 11 1000 1011101 111100

Color Harmonies of #F85238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85238

Black with #F85238

Text Example


Text Example

White with #F85238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85238; }

 p { color: rgb(248,82,56); }

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

background-color css

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

 a { background-color: rgb(248,82,56); }

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

border-color css

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

 span { border-color: rgb(248,82,56); }

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