Html Css Color HEX #F7511D International Orange

📋 copy color: '#F7511D'

red 247 ◦ green 81 ◦ blue 29

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

Shades of International Orange #F7511D

Tints of International Orange #F7511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 69.19%
G = 22.69%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7511D (or 0xF7511D) is known color: International Orange. HEX triplet: F7, 51 and 1D. RGB value is (247,81,29). Sum of RGB (Red+Green+Blue) = 247+81+29=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7511D is #08AEE2. Grayscale: #7D7D7D. Windows color (decimal): -569059 or 1921527. OLE color: 1921527.

HSL color Cylindrical-coordinate representation of color #F7511D: hue angle of 14.31º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7511D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 29 -
CMYK 0 0.67 0.88 0.03
HSL 14.31º 0.93% 0.54% -
HSV(B) 14.31º 0.88% 0.97% -
XYZ 41.52 25.75 3.94 -
YUV 124.71 74 215.23 -
System Red Green Blue C M Y K H S L
Decimal 247 81 29 0 0.67 0.88 0.03 14.31 0.93 0.54
Hex F7 51 1D 0 43 58 3 E 5D 36
Octal 367 121 35 0 103 130 3 16 135 66
Binary 11110111 1010001 11101 0 1000011 1011000 11 1110 1011101 110110

Color Harmonies of #F7511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7511D

Black with #F7511D

Text Example


Text Example

White with #F7511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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