Html Css Color HEX #F75401 International Orange

📋 copy color: '#F75401'

red 247 ◦ green 84 ◦ blue 1

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

Shades of International Orange #F75401

Tints of International Orange #F75401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 74.4%
G = 25.3%
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

#F75401 (or 0xF75401) is known color: International Orange. HEX triplet: F7, 54 and 01. RGB value is (247,84,1). Sum of RGB (Red+Green+Blue) = 247+84+1=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F75401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75401 is #08ABFE. Grayscale: #7B7B7B. Windows color (decimal): -568319 or 87287. OLE color: 87287.

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

Color convert

RGB 247 84 1 -
CMYK 0 0.66 1.00 0.03
HSL 20.24º 0.99% 0.49% -
HSV(B) 20.24º 1% 0.97% -
XYZ 41.53 26.12 2.88 -
YUV 123.28 59 216.25 -
System Red Green Blue C M Y K H S L
Decimal 247 84 1 0 0.66 1.00 0.03 20.24 0.99 0.49
Hex F7 54 1 0 42 64 3 14 63 31
Octal 367 124 1 0 102 144 3 24 143 61
Binary 11110111 1010100 1 0 1000010 1100100 11 10100 1100011 110001

Color Harmonies of #F75401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75401

Black with #F75401

Text Example


Text Example

White with #F75401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75401; }

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

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

background-color css

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

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

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

border-color css

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

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

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