Html Css Color HEX #F75001 International Orange

📋 copy color: '#F75001'

red 247 ◦ green 80 ◦ blue 1

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

Shades of International Orange #F75001

Tints of International Orange #F75001

RGB

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

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

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

R = 75.3%
G = 24.39%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F75001 (or 0xF75001) is known color: International Orange. HEX triplet: F7, 50 and 01. RGB value is (247,80,1). Sum of RGB (Red+Green+Blue) = 247+80+1=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F75001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75001 is #08AFFE. Grayscale: #797979. Windows color (decimal): -569343 or 86263. OLE color: 86263.

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

Color convert

RGB 247 80 1 -
CMYK 0 0.68 1.00 0.03
HSL 19.27º 0.99% 0.49% -
HSV(B) 19.27º 1% 0.97% -
XYZ 41.23 25.51 2.78 -
YUV 120.93 60.33 217.92 -
System Red Green Blue C M Y K H S L
Decimal 247 80 1 0 0.68 1.00 0.03 19.27 0.99 0.49
Hex F7 50 1 0 44 64 3 13 63 31
Octal 367 120 1 0 104 144 3 23 143 61
Binary 11110111 1010000 1 0 1000100 1100100 11 10011 1100011 110001

Color Harmonies of #F75001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75001

Black with #F75001

Text Example


Text Example

White with #F75001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75001; }

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

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

background-color css

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

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

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

border-color css

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

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

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