Html Css Color HEX #F8503A Sunset Orange

📋 copy color: '#F8503A'

red 248 ◦ green 80 ◦ blue 58

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

Shades of Sunset Orange #F8503A

Tints of Sunset Orange #F8503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 64.25%
G = 20.73%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8503A (or 0xF8503A) is known color: Sunset Orange. HEX triplet: F8, 50 and 3A. RGB value is (248,80,58). Sum of RGB (Red+Green+Blue) = 248+80+58=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F8503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8503A is #07AFC5. Grayscale: #7F7F7F. Windows color (decimal): -503750 or 3821816. OLE color: 3821816.

HSL color Cylindrical-coordinate representation of color #F8503A: hue angle of 6.95º 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 #F8503A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 58 -
CMYK 0 0.68 0.77 0.03
HSL 6.95º 0.93% 0.6% -
HSV(B) 6.95º 0.77% 0.97% -
XYZ 42.34 26 6.79 -
YUV 127.72 88.66 213.79 -
System Red Green Blue C M Y K H S L
Decimal 248 80 58 0 0.68 0.77 0.03 6.95 0.93 0.6
Hex F8 50 3A 0 44 4D 3 7 5D 3C
Octal 370 120 72 0 104 115 3 7 135 74
Binary 11111000 1010000 111010 0 1000100 1001101 11 111 1011101 111100

Color Harmonies of #F8503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8503A

Black with #F8503A

Text Example


Text Example

White with #F8503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8503A; }

 p { color: rgb(248,80,58); }

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

background-color css

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

 a { background-color: rgb(248,80,58); }

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

border-color css

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

 span { border-color: rgb(248,80,58); }

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