Html Css Color HEX #F5541A International Orange

📋 copy color: '#F5541A'

red 245 ◦ green 84 ◦ blue 26

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

Shades of International Orange #F5541A

Tints of International Orange #F5541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 69.01%
G = 23.66%
B = 7.32%

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

#F5541A (or 0xF5541A) is known color: International Orange. HEX triplet: F5, 54 and 1A. RGB value is (245,84,26). Sum of RGB (Red+Green+Blue) = 245+84+26=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5541A is #0AABE5. Grayscale: #7D7D7D. Windows color (decimal): -699366 or 1725685. OLE color: 1725685.

HSL color Cylindrical-coordinate representation of color #F5541A: hue angle of 15.89º 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 #F5541A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 26 -
CMYK 0 0.66 0.89 0.04
HSL 15.89º 0.92% 0.53% -
HSV(B) 15.89º 0.89% 0.96% -
XYZ 41.01 25.83 3.8 -
YUV 125.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 245 84 26 0 0.66 0.89 0.04 15.89 0.92 0.53
Hex F5 54 1A 0 42 59 4 10 5C 35
Octal 365 124 32 0 102 131 4 20 134 65
Binary 11110101 1010100 11010 0 1000010 1011001 100 10000 1011100 110101

Color Harmonies of #F5541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5541A

Black with #F5541A

Text Example


Text Example

White with #F5541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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