Html Css Color HEX #F8550E International Orange

📋 copy color: '#F8550E'

red 248 ◦ green 85 ◦ blue 14

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

Shades of International Orange #F8550E

Tints of International Orange #F8550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 71.47%
G = 24.5%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8550E (or 0xF8550E) is known color: International Orange. HEX triplet: F8, 55 and 0E. RGB value is (248,85,14). Sum of RGB (Red+Green+Blue) = 248+85+14=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8550E is #07AAF1. Grayscale: #7E7E7E. Windows color (decimal): -502514 or 939512. OLE color: 939512.

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

Color convert

RGB 248 85 14 -
CMYK 0 0.66 0.94 0.03
HSL 18.21º 0.94% 0.51% -
HSV(B) 18.21º 0.94% 0.97% -
XYZ 42.04 26.49 3.31 -
YUV 125.64 65 215.27 -
System Red Green Blue C M Y K H S L
Decimal 248 85 14 0 0.66 0.94 0.03 18.21 0.94 0.51
Hex F8 55 E 0 42 5E 3 12 5E 33
Octal 370 125 16 0 102 136 3 22 136 63
Binary 11111000 1010101 1110 0 1000010 1011110 11 10010 1011110 110011

Color Harmonies of #F8550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8550E

Black with #F8550E

Text Example


Text Example

White with #F8550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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