Html Css Color HEX #F5510F International Orange

📋 copy color: '#F5510F'

red 245 ◦ green 81 ◦ blue 15

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

Shades of International Orange #F5510F

Tints of International Orange #F5510F

RGB

 RED value IS 245 (96.09% from 255) = 71.85%

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

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 71.85%
G = 23.75%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5510F (or 0xF5510F) is known color: International Orange. HEX triplet: F5, 51 and 0F. RGB value is (245,81,15). Sum of RGB (Red+Green+Blue) = 245+81+15=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5510F is #0AAEF0. Grayscale: #7A7A7A. Windows color (decimal): -700145 or 1004021. OLE color: 1004021.

HSL color Cylindrical-coordinate representation of color #F5510F: hue angle of 17.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5510F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 81 15 -
CMYK 0 0.67 0.94 0.04
HSL 17.22º 0.92% 0.51% -
HSV(B) 17.22º 0.94% 0.96% -
XYZ 40.68 25.33 3.2 -
YUV 122.51 67.33 215.37 -
System Red Green Blue C M Y K H S L
Decimal 245 81 15 0 0.67 0.94 0.04 17.22 0.92 0.51
Hex F5 51 F 0 43 5E 4 11 5C 33
Octal 365 121 17 0 103 136 4 21 134 63
Binary 11110101 1010001 1111 0 1000011 1011110 100 10001 1011100 110011

Color Harmonies of #F5510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5510F

Black with #F5510F

Text Example


Text Example

White with #F5510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5510F; }

 p { color: rgb(245,81,15); }

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

background-color css

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

 a { background-color: rgb(245,81,15); }

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

border-color css

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

 span { border-color: rgb(245,81,15); }

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