Html Css Color HEX #F5511D International Orange

📋 copy color: '#F5511D'

red 245 ◦ green 81 ◦ blue 29

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

Shades of International Orange #F5511D

Tints of International Orange #F5511D

RGB

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

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

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

R = 69.01%
G = 22.82%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5511D (or 0xF5511D) is known color: International Orange. HEX triplet: F5, 51 and 1D. RGB value is (245,81,29). Sum of RGB (Red+Green+Blue) = 245+81+29=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5511D is #0AAEE2. Grayscale: #7C7C7C. Windows color (decimal): -700131 or 1921525. OLE color: 1921525.

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

Color convert

RGB 245 81 29 -
CMYK 0 0.67 0.88 0.04
HSL 14.44º 0.92% 0.54% -
HSV(B) 14.44º 0.88% 0.96% -
XYZ 40.82 25.39 3.91 -
YUV 124.11 74.33 214.23 -
System Red Green Blue C M Y K H S L
Decimal 245 81 29 0 0.67 0.88 0.04 14.44 0.92 0.54
Hex F5 51 1D 0 43 58 4 E 5C 36
Octal 365 121 35 0 103 130 4 16 134 66
Binary 11110101 1010001 11101 0 1000011 1011000 100 1110 1011100 110110

Color Harmonies of #F5511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5511D

Black with #F5511D

Text Example


Text Example

White with #F5511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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