Html Css Color HEX #F75018 International Orange

📋 copy color: '#F75018'

red 247 ◦ green 80 ◦ blue 24

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

Shades of International Orange #F75018

Tints of International Orange #F75018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 70.37%
G = 22.79%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F75018 (or 0xF75018) is known color: International Orange. HEX triplet: F7, 50 and 18. RGB value is (247,80,24). Sum of RGB (Red+Green+Blue) = 247+80+24=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F75018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75018 is #08AFE7. Grayscale: #7B7B7B. Windows color (decimal): -569320 or 1593591. OLE color: 1593591.

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

Color convert

RGB 247 80 24 -
CMYK 0 0.68 0.90 0.03
HSL 15.07º 0.93% 0.53% -
HSV(B) 15.07º 0.9% 0.97% -
XYZ 41.39 25.58 3.62 -
YUV 123.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 247 80 24 0 0.68 0.90 0.03 15.07 0.93 0.53
Hex F7 50 18 0 44 5A 3 F 5D 35
Octal 367 120 30 0 104 132 3 17 135 65
Binary 11110111 1010000 11000 0 1000100 1011010 11 1111 1011101 110101

Color Harmonies of #F75018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75018

Black with #F75018

Text Example


Text Example

White with #F75018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75018; }

 p { color: rgb(247,80,24); }

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

background-color css

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

 a { background-color: rgb(247,80,24); }

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

border-color css

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

 span { border-color: rgb(247,80,24); }

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