Html Css Color HEX #F55C32 Outrageous Orange

📋 copy color: '#F55C32'

red 245 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #F55C32

Tints of Outrageous Orange #F55C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 63.31%
G = 23.77%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F55C32 (or 0xF55C32) is known color: Outrageous Orange. HEX triplet: F5, 5C and 32. RGB value is (245,92,50). Sum of RGB (Red+Green+Blue) = 245+92+50=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C32 is #0AA3CD. Grayscale: #858585. Windows color (decimal): -697294 or 3300597. OLE color: 3300597.

HSL color Cylindrical-coordinate representation of color #F55C32: hue angle of 12.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F55C32 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 50 -
CMYK 0 0.62 0.80 0.04
HSL 12.92º 0.91% 0.58% -
HSV(B) 12.92º 0.8% 0.96% -
XYZ 42.06 27.3 6.07 -
YUV 132.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 245 92 50 0 0.62 0.80 0.04 12.92 0.91 0.58
Hex F5 5C 32 0 3E 50 4 D 5B 3A
Octal 365 134 62 0 76 120 4 15 133 72
Binary 11110101 1011100 110010 0 111110 1010000 100 1101 1011011 111010

Color Harmonies of #F55C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55C32

Black with #F55C32

Text Example


Text Example

White with #F55C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55C32; }

 p { color: rgb(245,92,50); }

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

background-color css

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

 a { background-color: rgb(245,92,50); }

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

border-color css

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

 span { border-color: rgb(245,92,50); }

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