Html Css Color HEX #F75219 International Orange

📋 copy color: '#F75219'

red 247 ◦ green 82 ◦ blue 25

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

Shades of International Orange #F75219

Tints of International Orange #F75219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 69.77%
G = 23.16%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F75219 (or 0xF75219) is known color: International Orange. HEX triplet: F7, 52 and 19. RGB value is (247,82,25). Sum of RGB (Red+Green+Blue) = 247+82+25=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F75219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75219 is #08ADE6. Grayscale: #7D7D7D. Windows color (decimal): -568807 or 1659639. OLE color: 1659639.

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

Color convert

RGB 247 82 25 -
CMYK 0 0.67 0.90 0.03
HSL 15.41º 0.93% 0.53% -
HSV(B) 15.41º 0.9% 0.97% -
XYZ 41.55 25.88 3.72 -
YUV 124.84 71.66 215.13 -
System Red Green Blue C M Y K H S L
Decimal 247 82 25 0 0.67 0.90 0.03 15.41 0.93 0.53
Hex F7 52 19 0 43 5A 3 F 5D 35
Octal 367 122 31 0 103 132 3 17 135 65
Binary 11110111 1010010 11001 0 1000011 1011010 11 1111 1011101 110101

Color Harmonies of #F75219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75219

Black with #F75219

Text Example


Text Example

White with #F75219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75219; }

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

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

background-color css

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

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

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

border-color css

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

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

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