Html Css Color HEX #F7500A International Orange

📋 copy color: '#F7500A'

red 247 ◦ green 80 ◦ blue 10

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

Shades of International Orange #F7500A

Tints of International Orange #F7500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.97%

R = 73.29%
G = 23.74%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7500A (or 0xF7500A) is known color: International Orange. HEX triplet: F7, 50 and 0A. RGB value is (247,80,10). Sum of RGB (Red+Green+Blue) = 247+80+10=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F7500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7500A is #08AFF5. Grayscale: #7A7A7A. Windows color (decimal): -569334 or 676087. OLE color: 676087.

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

Color convert

RGB 247 80 10 -
CMYK 0 0.68 0.96 0.03
HSL 17.72º 0.94% 0.5% -
HSV(B) 17.72º 0.96% 0.97% -
XYZ 41.28 25.53 3.04 -
YUV 121.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 247 80 10 0 0.68 0.96 0.03 17.72 0.94 0.5
Hex F7 50 A 0 44 60 3 12 5E 32
Octal 367 120 12 0 104 140 3 22 136 62
Binary 11110111 1010000 1010 0 1000100 1100000 11 10010 1011110 110010

Color Harmonies of #F7500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7500A

Black with #F7500A

Text Example


Text Example

White with #F7500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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