Html Css Color HEX #F8580E International Orange

📋 copy color: '#F8580E'

red 248 ◦ green 88 ◦ blue 14

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

Shades of International Orange #F8580E

Tints of International Orange #F8580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 70.86%
G = 25.14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8580E (or 0xF8580E) is known color: International Orange. HEX triplet: F8, 58 and 0E. RGB value is (248,88,14). Sum of RGB (Red+Green+Blue) = 248+88+14=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8580E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8580E is #07A7F1. Grayscale: #7F7F7F. Windows color (decimal): -501746 or 940280. OLE color: 940280.

HSL color Cylindrical-coordinate representation of color #F8580E: hue angle of 18.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8580E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 14 -
CMYK 0 0.65 0.94 0.03
HSL 18.97º 0.94% 0.51% -
HSV(B) 18.97º 0.94% 0.97% -
XYZ 42.28 26.97 3.39 -
YUV 127.4 64.01 214.02 -
System Red Green Blue C M Y K H S L
Decimal 248 88 14 0 0.65 0.94 0.03 18.97 0.94 0.51
Hex F8 58 E 0 41 5E 3 13 5E 33
Octal 370 130 16 0 101 136 3 23 136 63
Binary 11111000 1011000 1110 0 1000001 1011110 11 10011 1011110 110011

Color Harmonies of #F8580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8580E

Black with #F8580E

Text Example


Text Example

White with #F8580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8580E; }

 p { color: rgb(248,88,14); }

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

background-color css

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

 a { background-color: rgb(248,88,14); }

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

border-color css

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

 span { border-color: rgb(248,88,14); }

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