Html Css Color HEX #F55029 Outrageous Orange

📋 copy color: '#F55029'

red 245 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #F55029

Tints of Outrageous Orange #F55029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 66.94%
G = 21.86%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F55029 (or 0xF55029) is known color: Outrageous Orange. HEX triplet: F5, 50 and 29. RGB value is (245,80,41). Sum of RGB (Red+Green+Blue) = 245+80+41=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F55029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55029 is #0AAFD6. Grayscale: #7D7D7D. Windows color (decimal): -700375 or 2707701. OLE color: 2707701.

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

Color convert

RGB 245 80 41 -
CMYK 0 0.67 0.83 0.04
HSL 11.47º 0.91% 0.56% -
HSV(B) 11.47º 0.83% 0.96% -
XYZ 40.93 25.31 4.83 -
YUV 124.89 80.66 213.67 -
System Red Green Blue C M Y K H S L
Decimal 245 80 41 0 0.67 0.83 0.04 11.47 0.91 0.56
Hex F5 50 29 0 43 53 4 B 5B 38
Octal 365 120 51 0 103 123 4 13 133 70
Binary 11110101 1010000 101001 0 1000011 1010011 100 1011 1011011 111000

Color Harmonies of #F55029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55029

Black with #F55029

Text Example


Text Example

White with #F55029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55029; }

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

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

background-color css

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

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

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

border-color css

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

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

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