Html Css Color HEX #F8510B International Orange

📋 copy color: '#F8510B'

red 248 ◦ green 81 ◦ blue 11

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

Shades of International Orange #F8510B

Tints of International Orange #F8510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 72.94%
G = 23.82%
B = 3.24%

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

#F8510B (or 0xF8510B) is known color: International Orange. HEX triplet: F8, 51 and 0B. RGB value is (248,81,11). Sum of RGB (Red+Green+Blue) = 248+81+11=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8510B is #07AEF4. Grayscale: #7B7B7B. Windows color (decimal): -503541 or 741880. OLE color: 741880.

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

Color convert

RGB 248 81 11 -
CMYK 0 0.67 0.96 0.03
HSL 17.72º 0.94% 0.51% -
HSV(B) 17.72º 0.96% 0.97% -
XYZ 41.71 25.87 3.11 -
YUV 122.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 248 81 11 0 0.67 0.96 0.03 17.72 0.94 0.51
Hex F8 51 B 0 43 60 3 12 5E 33
Octal 370 121 13 0 103 140 3 22 136 63
Binary 11111000 1010001 1011 0 1000011 1100000 11 10010 1011110 110011

Color Harmonies of #F8510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8510B

Black with #F8510B

Text Example


Text Example

White with #F8510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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