Html Css Color HEX #F8580C International Orange

📋 copy color: '#F8580C'

red 248 ◦ green 88 ◦ blue 12

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

Shades of International Orange #F8580C

Tints of International Orange #F8580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 71.26%
G = 25.29%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8580C (or 0xF8580C) is known color: International Orange. HEX triplet: F8, 58 and 0C. RGB value is (248,88,12). Sum of RGB (Red+Green+Blue) = 248+88+12=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8580C is #07A7F3. Grayscale: #7F7F7F. Windows color (decimal): -501748 or 809208. OLE color: 809208.

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

Color convert

RGB 248 88 12 -
CMYK 0 0.65 0.95 0.03
HSL 19.32º 0.94% 0.51% -
HSV(B) 19.32º 0.95% 0.97% -
XYZ 42.27 26.96 3.32 -
YUV 127.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 248 88 12 0 0.65 0.95 0.03 19.32 0.94 0.51
Hex F8 58 C 0 41 5F 3 13 5E 33
Octal 370 130 14 0 101 137 3 23 136 63
Binary 11111000 1011000 1100 0 1000001 1011111 11 10011 1011110 110011

Color Harmonies of #F8580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8580C

Black with #F8580C

Text Example


Text Example

White with #F8580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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