Html Css Color HEX #F8570D International Orange

📋 copy color: '#F8570D'

red 248 ◦ green 87 ◦ blue 13

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

Shades of International Orange #F8570D

Tints of International Orange #F8570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 71.26%
G = 25%
B = 3.74%

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

#F8570D (or 0xF8570D) is known color: International Orange. HEX triplet: F8, 57 and 0D. RGB value is (248,87,13). Sum of RGB (Red+Green+Blue) = 248+87+13=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8570D is #07A8F2. Grayscale: #7F7F7F. Windows color (decimal): -502003 or 874488. OLE color: 874488.

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

Color convert

RGB 248 87 13 -
CMYK 0 0.65 0.95 0.03
HSL 18.89º 0.94% 0.51% -
HSV(B) 18.89º 0.95% 0.97% -
XYZ 42.19 26.8 3.33 -
YUV 126.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 248 87 13 0 0.65 0.95 0.03 18.89 0.94 0.51
Hex F8 57 D 0 41 5F 3 13 5E 33
Octal 370 127 15 0 101 137 3 23 136 63
Binary 11111000 1010111 1101 0 1000001 1011111 11 10011 1011110 110011

Color Harmonies of #F8570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8570D

Black with #F8570D

Text Example


Text Example

White with #F8570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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