Html Css Color HEX #F5551C International Orange

📋 copy color: '#F5551C'

red 245 ◦ green 85 ◦ blue 28

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

Shades of International Orange #F5551C

Tints of International Orange #F5551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 68.44%
G = 23.74%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5551C (or 0xF5551C) is known color: International Orange. HEX triplet: F5, 55 and 1C. RGB value is (245,85,28). Sum of RGB (Red+Green+Blue) = 245+85+28=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5551C is #0AAAE3. Grayscale: #7E7E7E. Windows color (decimal): -699108 or 1857013. OLE color: 1857013.

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

Color convert

RGB 245 85 28 -
CMYK 0 0.65 0.89 0.04
HSL 15.76º 0.92% 0.54% -
HSV(B) 15.76º 0.89% 0.96% -
XYZ 41.11 25.99 3.95 -
YUV 126.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 245 85 28 0 0.65 0.89 0.04 15.76 0.92 0.54
Hex F5 55 1C 0 41 59 4 10 5C 36
Octal 365 125 34 0 101 131 4 20 134 66
Binary 11110101 1010101 11100 0 1000001 1011001 100 10000 1011100 110110

Color Harmonies of #F5551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5551C

Black with #F5551C

Text Example


Text Example

White with #F5551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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