Html Css Color HEX #F8500F International Orange

📋 copy color: '#F8500F'

red 248 ◦ green 80 ◦ blue 15

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

Shades of International Orange #F8500F

Tints of International Orange #F8500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 72.3%
G = 23.32%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8500F (or 0xF8500F) is known color: International Orange. HEX triplet: F8, 50 and 0F. RGB value is (248,80,15). Sum of RGB (Red+Green+Blue) = 248+80+15=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8500F is #07AFF0. Grayscale: #7B7B7B. Windows color (decimal): -503793 or 1003768. OLE color: 1003768.

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

Color convert

RGB 248 80 15 -
CMYK 0 0.68 0.94 0.03
HSL 16.74º 0.94% 0.52% -
HSV(B) 16.74º 0.94% 0.97% -
XYZ 41.67 25.73 3.22 -
YUV 122.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 248 80 15 0 0.68 0.94 0.03 16.74 0.94 0.52
Hex F8 50 F 0 44 5E 3 11 5E 34
Octal 370 120 17 0 104 136 3 21 136 64
Binary 11111000 1010000 1111 0 1000100 1011110 11 10001 1011110 110100

Color Harmonies of #F8500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8500F

Black with #F8500F

Text Example


Text Example

White with #F8500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8500F; }

 p { color: rgb(248,80,15); }

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

background-color css

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

 a { background-color: rgb(248,80,15); }

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

border-color css

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

 span { border-color: rgb(248,80,15); }

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