Html Css Color HEX #F7500D International Orange

📋 copy color: '#F7500D'

red 247 ◦ green 80 ◦ blue 13

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

Shades of International Orange #F7500D

Tints of International Orange #F7500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 72.65%
G = 23.53%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7500D (or 0xF7500D) is known color: International Orange. HEX triplet: F7, 50 and 0D. RGB value is (247,80,13). Sum of RGB (Red+Green+Blue) = 247+80+13=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7500D is #08AFF2. Grayscale: #7A7A7A. Windows color (decimal): -569331 or 872695. OLE color: 872695.

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

Color convert

RGB 247 80 13 -
CMYK 0 0.68 0.95 0.03
HSL 17.18º 0.94% 0.51% -
HSV(B) 17.18º 0.95% 0.97% -
XYZ 41.3 25.54 3.13 -
YUV 122.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 247 80 13 0 0.68 0.95 0.03 17.18 0.94 0.51
Hex F7 50 D 0 44 5F 3 11 5E 33
Octal 367 120 15 0 104 137 3 21 136 63
Binary 11110111 1010000 1101 0 1000100 1011111 11 10001 1011110 110011

Color Harmonies of #F7500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7500D

Black with #F7500D

Text Example


Text Example

White with #F7500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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