Html Css Color HEX #F7510D International Orange

📋 copy color: '#F7510D'

red 247 ◦ green 81 ◦ blue 13

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

Shades of International Orange #F7510D

Tints of International Orange #F7510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

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

R = 72.43%
G = 23.75%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7510D (or 0xF7510D) is known color: International Orange. HEX triplet: F7, 51 and 0D. RGB value is (247,81,13). Sum of RGB (Red+Green+Blue) = 247+81+13=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7510D is #08AEF2. Grayscale: #7B7B7B. Windows color (decimal): -569075 or 872951. OLE color: 872951.

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

Color convert

RGB 247 81 13 -
CMYK 0 0.67 0.95 0.03
HSL 17.44º 0.94% 0.51% -
HSV(B) 17.44º 0.95% 0.97% -
XYZ 41.37 25.69 3.16 -
YUV 122.88 66 216.53 -
System Red Green Blue C M Y K H S L
Decimal 247 81 13 0 0.67 0.95 0.03 17.44 0.94 0.51
Hex F7 51 D 0 43 5F 3 11 5E 33
Octal 367 121 15 0 103 137 3 21 136 63
Binary 11110111 1010001 1101 0 1000011 1011111 11 10001 1011110 110011

Color Harmonies of #F7510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7510D

Black with #F7510D

Text Example


Text Example

White with #F7510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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