Html Css Color HEX #F75313 International Orange

📋 copy color: '#F75313'

red 247 ◦ green 83 ◦ blue 19

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

Shades of International Orange #F75313

Tints of International Orange #F75313

RGB

 RED value IS 247 (96.88% from 255) = 70.77%

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 19 (7.81% from 255) = 5.44%

R = 70.77%
G = 23.78%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F75313 (or 0xF75313) is known color: International Orange. HEX triplet: F7, 53 and 13. RGB value is (247,83,19). Sum of RGB (Red+Green+Blue) = 247+83+19=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F75313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75313 is #08ACEC. Grayscale: #7D7D7D. Windows color (decimal): -568557 or 1266679. OLE color: 1266679.

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

Color convert

RGB 247 83 19 -
CMYK 0 0.66 0.92 0.03
HSL 16.84º 0.93% 0.52% -
HSV(B) 16.84º 0.92% 0.97% -
XYZ 41.57 26.01 3.45 -
YUV 124.74 68.33 215.2 -
System Red Green Blue C M Y K H S L
Decimal 247 83 19 0 0.66 0.92 0.03 16.84 0.93 0.52
Hex F7 53 13 0 42 5C 3 11 5D 34
Octal 367 123 23 0 102 134 3 21 135 64
Binary 11110111 1010011 10011 0 1000010 1011100 11 10001 1011101 110100

Color Harmonies of #F75313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75313

Black with #F75313

Text Example


Text Example

White with #F75313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75313; }

 p { color: rgb(247,83,19); }

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

background-color css

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

 a { background-color: rgb(247,83,19); }

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

border-color css

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

 span { border-color: rgb(247,83,19); }

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