Html Css Color HEX #F8570C International Orange

📋 copy color: '#F8570C'

red 248 ◦ green 87 ◦ blue 12

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

Shades of International Orange #F8570C

Tints of International Orange #F8570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 71.47%
G = 25.07%
B = 3.46%

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

#F8570C (or 0xF8570C) is known color: International Orange. HEX triplet: F8, 57 and 0C. RGB value is (248,87,12). Sum of RGB (Red+Green+Blue) = 248+87+12=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8570C is #07A8F3. Grayscale: #7F7F7F. Windows color (decimal): -502004 or 808952. OLE color: 808952.

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

Color convert

RGB 248 87 12 -
CMYK 0 0.65 0.95 0.03
HSL 19.07º 0.94% 0.51% -
HSV(B) 19.07º 0.95% 0.97% -
XYZ 42.19 26.8 3.3 -
YUV 126.59 63.34 214.6 -
System Red Green Blue C M Y K H S L
Decimal 248 87 12 0 0.65 0.95 0.03 19.07 0.94 0.51
Hex F8 57 C 0 41 5F 3 13 5E 33
Octal 370 127 14 0 101 137 3 23 136 63
Binary 11111000 1010111 1100 0 1000001 1011111 11 10011 1011110 110011

Color Harmonies of #F8570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8570C

Black with #F8570C

Text Example


Text Example

White with #F8570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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