Html Css Color HEX #F5501C International Orange

📋 copy color: '#F5501C'

red 245 ◦ green 80 ◦ blue 28

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

Shades of International Orange #F5501C

Tints of International Orange #F5501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 69.41%
G = 22.66%
B = 7.93%

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

#F5501C (or 0xF5501C) is known color: International Orange. HEX triplet: F5, 50 and 1C. RGB value is (245,80,28). Sum of RGB (Red+Green+Blue) = 245+80+28=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F5501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5501C is #0AAFE3. Grayscale: #7B7B7B. Windows color (decimal): -700388 or 1855733. OLE color: 1855733.

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

Color convert

RGB 245 80 28 -
CMYK 0 0.67 0.89 0.04
HSL 14.38º 0.92% 0.54% -
HSV(B) 14.38º 0.89% 0.96% -
XYZ 40.73 25.23 3.82 -
YUV 123.41 74.16 214.73 -
System Red Green Blue C M Y K H S L
Decimal 245 80 28 0 0.67 0.89 0.04 14.38 0.92 0.54
Hex F5 50 1C 0 43 59 4 E 5C 36
Octal 365 120 34 0 103 131 4 16 134 66
Binary 11110101 1010000 11100 0 1000011 1011001 100 1110 1011100 110110

Color Harmonies of #F5501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5501C

Black with #F5501C

Text Example


Text Example

White with #F5501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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