Html Css Color HEX #F8511B International Orange

📋 copy color: '#F8511B'

red 248 ◦ green 81 ◦ blue 27

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

Shades of International Orange #F8511B

Tints of International Orange #F8511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 69.66%
G = 22.75%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8511B (or 0xF8511B) is known color: International Orange. HEX triplet: F8, 51 and 1B. RGB value is (248,81,27). Sum of RGB (Red+Green+Blue) = 248+81+27=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8511B is #07AEE4. Grayscale: #7D7D7D. Windows color (decimal): -503525 or 1790456. OLE color: 1790456.

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

Color convert

RGB 248 81 27 -
CMYK 0 0.67 0.89 0.03
HSL 14.66º 0.94% 0.54% -
HSV(B) 14.66º 0.89% 0.97% -
XYZ 41.85 25.92 3.83 -
YUV 124.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 248 81 27 0 0.67 0.89 0.03 14.66 0.94 0.54
Hex F8 51 1B 0 43 59 3 F 5E 36
Octal 370 121 33 0 103 131 3 17 136 66
Binary 11111000 1010001 11011 0 1000011 1011001 11 1111 1011110 110110

Color Harmonies of #F8511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8511B

Black with #F8511B

Text Example


Text Example

White with #F8511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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