Html Css Color HEX #F5501A International Orange

📋 copy color: '#F5501A'

red 245 ◦ green 80 ◦ blue 26

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

Shades of International Orange #F5501A

Tints of International Orange #F5501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 69.8%
G = 22.79%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5501A (or 0xF5501A) is known color: International Orange. HEX triplet: F5, 50 and 1A. RGB value is (245,80,26). Sum of RGB (Red+Green+Blue) = 245+80+26=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F5501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5501A is #0AAFE5. Grayscale: #7B7B7B. Windows color (decimal): -700390 or 1724661. OLE color: 1724661.

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

Color convert

RGB 245 80 26 -
CMYK 0 0.67 0.89 0.04
HSL 14.79º 0.92% 0.53% -
HSV(B) 14.79º 0.89% 0.96% -
XYZ 40.71 25.22 3.7 -
YUV 123.18 73.16 214.89 -
System Red Green Blue C M Y K H S L
Decimal 245 80 26 0 0.67 0.89 0.04 14.79 0.92 0.53
Hex F5 50 1A 0 43 59 4 F 5C 35
Octal 365 120 32 0 103 131 4 17 134 65
Binary 11110101 1010000 11010 0 1000011 1011001 100 1111 1011100 110101

Color Harmonies of #F5501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5501A

Black with #F5501A

Text Example


Text Example

White with #F5501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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