Html Css Color HEX #F75501 International Orange

📋 copy color: '#F75501'

red 247 ◦ green 85 ◦ blue 1

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

Shades of International Orange #F75501

Tints of International Orange #F75501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 74.17%
G = 25.53%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F75501 (or 0xF75501) is known color: International Orange. HEX triplet: F7, 55 and 01. RGB value is (247,85,1). Sum of RGB (Red+Green+Blue) = 247+85+1=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F75501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75501 is #08AAFE. Grayscale: #7C7C7C. Windows color (decimal): -568063 or 87543. OLE color: 87543.

HSL color Cylindrical-coordinate representation of color #F75501: hue angle of 20.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F75501 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 85 1 -
CMYK 0 0.66 1.00 0.03
HSL 20.49º 0.99% 0.49% -
HSV(B) 20.49º 1% 0.97% -
XYZ 41.61 26.27 2.91 -
YUV 123.86 58.67 215.83 -
System Red Green Blue C M Y K H S L
Decimal 247 85 1 0 0.66 1.00 0.03 20.49 0.99 0.49
Hex F7 55 1 0 42 64 3 14 63 31
Octal 367 125 1 0 102 144 3 24 143 61
Binary 11110111 1010101 1 0 1000010 1100100 11 10100 1100011 110001

Color Harmonies of #F75501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75501

Black with #F75501

Text Example


Text Example

White with #F75501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75501; }

 p { color: rgb(247,85,1); }

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

background-color css

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

 a { background-color: rgb(247,85,1); }

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

border-color css

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

 span { border-color: rgb(247,85,1); }

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