Html Css Color HEX #F55329 Outrageous Orange

📋 copy color: '#F55329'

red 245 ◦ green 83 ◦ blue 41

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

Shades of Outrageous Orange #F55329

Tints of Outrageous Orange #F55329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

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

R = 66.4%
G = 22.49%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F55329 (or 0xF55329) is known color: Outrageous Orange. HEX triplet: F5, 53 and 29. RGB value is (245,83,41). Sum of RGB (Red+Green+Blue) = 245+83+41=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F55329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55329 is #0AACD6. Grayscale: #7E7E7E. Windows color (decimal): -699607 or 2708469. OLE color: 2708469.

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

Color convert

RGB 245 83 41 -
CMYK 0 0.66 0.83 0.04
HSL 12.35º 0.91% 0.56% -
HSV(B) 12.35º 0.83% 0.96% -
XYZ 41.15 25.76 4.9 -
YUV 126.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 245 83 41 0 0.66 0.83 0.04 12.35 0.91 0.56
Hex F5 53 29 0 42 53 4 C 5B 38
Octal 365 123 51 0 102 123 4 14 133 70
Binary 11110101 1010011 101001 0 1000010 1010011 100 1100 1011011 111000

Color Harmonies of #F55329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55329

Black with #F55329

Text Example


Text Example

White with #F55329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55329; }

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

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

background-color css

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

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

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

border-color css

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

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

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