Html Css Color HEX #F8510E International Orange

📋 copy color: '#F8510E'

red 248 ◦ green 81 ◦ blue 14

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

Shades of International Orange #F8510E

Tints of International Orange #F8510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 72.3%
G = 23.62%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8510E (or 0xF8510E) is known color: International Orange. HEX triplet: F8, 51 and 0E. RGB value is (248,81,14). Sum of RGB (Red+Green+Blue) = 248+81+14=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8510E is #07AEF1. Grayscale: #7B7B7B. Windows color (decimal): -503538 or 938488. OLE color: 938488.

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

Color convert

RGB 248 81 14 -
CMYK 0 0.67 0.94 0.03
HSL 17.18º 0.94% 0.51% -
HSV(B) 17.18º 0.94% 0.97% -
XYZ 41.73 25.87 3.21 -
YUV 123.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 248 81 14 0 0.67 0.94 0.03 17.18 0.94 0.51
Hex F8 51 E 0 43 5E 3 11 5E 33
Octal 370 121 16 0 103 136 3 21 136 63
Binary 11111000 1010001 1110 0 1000011 1011110 11 10001 1011110 110011

Color Harmonies of #F8510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8510E

Black with #F8510E

Text Example


Text Example

White with #F8510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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