Html Css Color HEX #F75112 International Orange

📋 copy color: '#F75112'

red 247 ◦ green 81 ◦ blue 18

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

Shades of International Orange #F75112

Tints of International Orange #F75112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 71.39%
G = 23.41%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F75112 (or 0xF75112) is known color: International Orange. HEX triplet: F7, 51 and 12. RGB value is (247,81,18). Sum of RGB (Red+Green+Blue) = 247+81+18=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F75112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75112 is #08AEED. Grayscale: #7B7B7B. Windows color (decimal): -569070 or 1200631. OLE color: 1200631.

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

Color convert

RGB 247 81 18 -
CMYK 0 0.67 0.93 0.03
HSL 16.51º 0.93% 0.52% -
HSV(B) 16.51º 0.93% 0.97% -
XYZ 41.41 25.7 3.35 -
YUV 123.45 68.5 216.12 -
System Red Green Blue C M Y K H S L
Decimal 247 81 18 0 0.67 0.93 0.03 16.51 0.93 0.52
Hex F7 51 12 0 43 5D 3 11 5D 34
Octal 367 121 22 0 103 135 3 21 135 64
Binary 11110111 1010001 10010 0 1000011 1011101 11 10001 1011101 110100

Color Harmonies of #F75112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75112

Black with #F75112

Text Example


Text Example

White with #F75112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75112; }

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

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

background-color css

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

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

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

border-color css

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

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

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