Html Css Color HEX #F75411 International Orange

📋 copy color: '#F75411'

red 247 ◦ green 84 ◦ blue 17

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

Shades of International Orange #F75411

Tints of International Orange #F75411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 70.98%
G = 24.14%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F75411 (or 0xF75411) is known color: International Orange. HEX triplet: F7, 54 and 11. RGB value is (247,84,17). Sum of RGB (Red+Green+Blue) = 247+84+17=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F75411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75411 is #08ABEE. Grayscale: #7D7D7D. Windows color (decimal): -568303 or 1135863. OLE color: 1135863.

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

Color convert

RGB 247 84 17 -
CMYK 0 0.66 0.93 0.03
HSL 17.48º 0.93% 0.52% -
HSV(B) 17.48º 0.93% 0.97% -
XYZ 41.63 26.16 3.38 -
YUV 125.1 67 214.95 -
System Red Green Blue C M Y K H S L
Decimal 247 84 17 0 0.66 0.93 0.03 17.48 0.93 0.52
Hex F7 54 11 0 42 5D 3 11 5D 34
Octal 367 124 21 0 102 135 3 21 135 64
Binary 11110111 1010100 10001 0 1000010 1011101 11 10001 1011101 110100

Color Harmonies of #F75411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75411

Black with #F75411

Text Example


Text Example

White with #F75411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75411; }

 p { color: rgb(247,84,17); }

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

background-color css

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

 a { background-color: rgb(247,84,17); }

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

border-color css

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

 span { border-color: rgb(247,84,17); }

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