Html Css Color HEX #F7511C International Orange

📋 copy color: '#F7511C'

red 247 ◦ green 81 ◦ blue 28

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

Shades of International Orange #F7511C

Tints of International Orange #F7511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 69.38%
G = 22.75%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7511C (or 0xF7511C) is known color: International Orange. HEX triplet: F7, 51 and 1C. RGB value is (247,81,28). Sum of RGB (Red+Green+Blue) = 247+81+28=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7511C is #08AEE3. Grayscale: #7C7C7C. Windows color (decimal): -569060 or 1855991. OLE color: 1855991.

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

Color convert

RGB 247 81 28 -
CMYK 0 0.67 0.89 0.03
HSL 14.52º 0.93% 0.54% -
HSV(B) 14.52º 0.89% 0.97% -
XYZ 41.51 25.74 3.88 -
YUV 124.59 73.5 215.31 -
System Red Green Blue C M Y K H S L
Decimal 247 81 28 0 0.67 0.89 0.03 14.52 0.93 0.54
Hex F7 51 1C 0 43 59 3 F 5D 36
Octal 367 121 34 0 103 131 3 17 135 66
Binary 11110111 1010001 11100 0 1000011 1011001 11 1111 1011101 110110

Color Harmonies of #F7511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7511C

Black with #F7511C

Text Example


Text Example

White with #F7511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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