Html Css Color HEX #F75010 International Orange

📋 copy color: '#F75010'

red 247 ◦ green 80 ◦ blue 16

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

Shades of International Orange #F75010

Tints of International Orange #F75010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 72.01%
G = 23.32%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F75010 (or 0xF75010) is known color: International Orange. HEX triplet: F7, 50 and 10. RGB value is (247,80,16). Sum of RGB (Red+Green+Blue) = 247+80+16=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F75010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75010 is #08AFEF. Grayscale: #7B7B7B. Windows color (decimal): -569328 or 1069303. OLE color: 1069303.

HSL color Cylindrical-coordinate representation of color #F75010: hue angle of 16.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F75010 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 16 -
CMYK 0 0.68 0.94 0.03
HSL 16.62º 0.94% 0.52% -
HSV(B) 16.62º 0.94% 0.97% -
XYZ 41.32 25.55 3.24 -
YUV 122.64 67.83 216.7 -
System Red Green Blue C M Y K H S L
Decimal 247 80 16 0 0.68 0.94 0.03 16.62 0.94 0.52
Hex F7 50 10 0 44 5E 3 11 5E 34
Octal 367 120 20 0 104 136 3 21 136 64
Binary 11110111 1010000 10000 0 1000100 1011110 11 10001 1011110 110100

Color Harmonies of #F75010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75010

Black with #F75010

Text Example


Text Example

White with #F75010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75010; }

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

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

background-color css

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

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

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

border-color css

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

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

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