Html Css Color HEX #F75116 International Orange

📋 copy color: '#F75116'

red 247 ◦ green 81 ◦ blue 22

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

Shades of International Orange #F75116

Tints of International Orange #F75116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 70.57%
G = 23.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F75116 (or 0xF75116) is known color: International Orange. HEX triplet: F7, 51 and 16. RGB value is (247,81,22). Sum of RGB (Red+Green+Blue) = 247+81+22=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F75116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75116 is #08AEE9. Grayscale: #7C7C7C. Windows color (decimal): -569066 or 1462775. OLE color: 1462775.

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

Color convert

RGB 247 81 22 -
CMYK 0 0.67 0.91 0.03
HSL 15.73º 0.93% 0.53% -
HSV(B) 15.73º 0.91% 0.97% -
XYZ 41.45 25.72 3.54 -
YUV 123.91 70.5 215.8 -
System Red Green Blue C M Y K H S L
Decimal 247 81 22 0 0.67 0.91 0.03 15.73 0.93 0.53
Hex F7 51 16 0 43 5B 3 10 5D 35
Octal 367 121 26 0 103 133 3 20 135 65
Binary 11110111 1010001 10110 0 1000011 1011011 11 10000 1011101 110101

Color Harmonies of #F75116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75116

Black with #F75116

Text Example


Text Example

White with #F75116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75116; }

 p { color: rgb(247,81,22); }

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

background-color css

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

 a { background-color: rgb(247,81,22); }

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

border-color css

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

 span { border-color: rgb(247,81,22); }

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