Html Css Color HEX #F8580A International Orange

📋 copy color: '#F8580A'

red 248 ◦ green 88 ◦ blue 10

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

Shades of International Orange #F8580A

Tints of International Orange #F8580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 71.68%
G = 25.43%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8580A (or 0xF8580A) is known color: International Orange. HEX triplet: F8, 58 and 0A. RGB value is (248,88,10). Sum of RGB (Red+Green+Blue) = 248+88+10=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8580A is #07A7F5. Grayscale: #7F7F7F. Windows color (decimal): -501750 or 678136. OLE color: 678136.

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

Color convert

RGB 248 88 10 -
CMYK 0 0.65 0.96 0.03
HSL 19.66º 0.94% 0.51% -
HSV(B) 19.66º 0.96% 0.97% -
XYZ 42.26 26.96 3.26 -
YUV 126.95 62.01 214.34 -
System Red Green Blue C M Y K H S L
Decimal 248 88 10 0 0.65 0.96 0.03 19.66 0.94 0.51
Hex F8 58 A 0 41 60 3 14 5E 33
Octal 370 130 12 0 101 140 3 24 136 63
Binary 11111000 1011000 1010 0 1000001 1100000 11 10100 1011110 110011

Color Harmonies of #F8580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8580A

Black with #F8580A

Text Example


Text Example

White with #F8580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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