Html Css Color HEX #F8510A International Orange

📋 copy color: '#F8510A'

red 248 ◦ green 81 ◦ blue 10

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

Shades of International Orange #F8510A

Tints of International Orange #F8510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.95%

R = 73.16%
G = 23.89%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8510A (or 0xF8510A) is known color: International Orange. HEX triplet: F8, 51 and 0A. RGB value is (248,81,10). Sum of RGB (Red+Green+Blue) = 248+81+10=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F8510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8510A is #07AEF5. Grayscale: #7B7B7B. Windows color (decimal): -503542 or 676344. OLE color: 676344.

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

Color convert

RGB 248 81 10 -
CMYK 0 0.67 0.96 0.03
HSL 17.9º 0.94% 0.51% -
HSV(B) 17.9º 0.96% 0.97% -
XYZ 41.71 25.86 3.08 -
YUV 122.84 64.33 217.27 -
System Red Green Blue C M Y K H S L
Decimal 248 81 10 0 0.67 0.96 0.03 17.9 0.94 0.51
Hex F8 51 A 0 43 60 3 12 5E 33
Octal 370 121 12 0 103 140 3 22 136 63
Binary 11111000 1010001 1010 0 1000011 1100000 11 10010 1011110 110011

Color Harmonies of #F8510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8510A

Black with #F8510A

Text Example


Text Example

White with #F8510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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