Html Css Color HEX #F8540E International Orange

📋 copy color: '#F8540E'

red 248 ◦ green 84 ◦ blue 14

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

Shades of International Orange #F8540E

Tints of International Orange #F8540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 71.68%
G = 24.28%
B = 4.05%

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

#F8540E (or 0xF8540E) is known color: International Orange. HEX triplet: F8, 54 and 0E. RGB value is (248,84,14). Sum of RGB (Red+Green+Blue) = 248+84+14=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8540E is #07ABF1. Grayscale: #7D7D7D. Windows color (decimal): -502770 or 939256. OLE color: 939256.

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

Color convert

RGB 248 84 14 -
CMYK 0 0.66 0.94 0.03
HSL 17.95º 0.94% 0.51% -
HSV(B) 17.95º 0.94% 0.97% -
XYZ 41.96 26.33 3.29 -
YUV 125.06 65.33 215.69 -
System Red Green Blue C M Y K H S L
Decimal 248 84 14 0 0.66 0.94 0.03 17.95 0.94 0.51
Hex F8 54 E 0 42 5E 3 12 5E 33
Octal 370 124 16 0 102 136 3 22 136 63
Binary 11111000 1010100 1110 0 1000010 1011110 11 10010 1011110 110011

Color Harmonies of #F8540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8540E

Black with #F8540E

Text Example


Text Example

White with #F8540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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