Html Css Color HEX #F5541B International Orange

📋 copy color: '#F5541B'

red 245 ◦ green 84 ◦ blue 27

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

Shades of International Orange #F5541B

Tints of International Orange #F5541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 68.82%
G = 23.6%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5541B (or 0xF5541B) is known color: International Orange. HEX triplet: F5, 54 and 1B. RGB value is (245,84,27). Sum of RGB (Red+Green+Blue) = 245+84+27=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5541B is #0AABE4. Grayscale: #7E7E7E. Windows color (decimal): -699365 or 1791221. OLE color: 1791221.

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

Color convert

RGB 245 84 27 -
CMYK 0 0.66 0.89 0.04
HSL 15.69º 0.92% 0.53% -
HSV(B) 15.69º 0.89% 0.96% -
XYZ 41.02 25.83 3.86 -
YUV 125.64 72.34 213.13 -
System Red Green Blue C M Y K H S L
Decimal 245 84 27 0 0.66 0.89 0.04 15.69 0.92 0.53
Hex F5 54 1B 0 42 59 4 10 5C 35
Octal 365 124 33 0 102 131 4 20 134 65
Binary 11110101 1010100 11011 0 1000010 1011001 100 10000 1011100 110101

Color Harmonies of #F5541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5541B

Black with #F5541B

Text Example


Text Example

White with #F5541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5541B; }

 p { color: rgb(245,84,27); }

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

background-color css

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

 a { background-color: rgb(245,84,27); }

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

border-color css

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

 span { border-color: rgb(245,84,27); }

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