Html Css Color HEX #F75319 International Orange

📋 copy color: '#F75319'

red 247 ◦ green 83 ◦ blue 25

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

Shades of International Orange #F75319

Tints of International Orange #F75319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 69.58%
G = 23.38%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F75319 (or 0xF75319) is known color: International Orange. HEX triplet: F7, 53 and 19. RGB value is (247,83,25). Sum of RGB (Red+Green+Blue) = 247+83+25=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F75319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75319 is #08ACE6. Grayscale: #7D7D7D. Windows color (decimal): -568551 or 1659895. OLE color: 1659895.

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

Color convert

RGB 247 83 25 -
CMYK 0 0.66 0.90 0.03
HSL 15.68º 0.93% 0.53% -
HSV(B) 15.68º 0.9% 0.97% -
XYZ 41.63 26.03 3.75 -
YUV 125.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 247 83 25 0 0.66 0.90 0.03 15.68 0.93 0.53
Hex F7 53 19 0 42 5A 3 10 5D 35
Octal 367 123 31 0 102 132 3 20 135 65
Binary 11110111 1010011 11001 0 1000010 1011010 11 10000 1011101 110101

Color Harmonies of #F75319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75319

Black with #F75319

Text Example


Text Example

White with #F75319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75319; }

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

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

background-color css

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

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

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

border-color css

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

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

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