Html Css Color HEX #F55532 Outrageous Orange

📋 copy color: '#F55532'

red 245 ◦ green 85 ◦ blue 50

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

Shades of Outrageous Orange #F55532

Tints of Outrageous Orange #F55532

RGB

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

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

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

R = 64.47%
G = 22.37%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F55532 (or 0xF55532) is known color: Outrageous Orange. HEX triplet: F5, 55 and 32. RGB value is (245,85,50). Sum of RGB (Red+Green+Blue) = 245+85+50=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55532 is #0AAACD. Grayscale: #818181. Windows color (decimal): -699086 or 3298805. OLE color: 3298805.

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

Color convert

RGB 245 85 50 -
CMYK 0 0.65 0.80 0.04
HSL 10.77º 0.91% 0.58% -
HSV(B) 10.77º 0.8% 0.96% -
XYZ 41.48 26.14 5.88 -
YUV 128.85 83.51 210.85 -
System Red Green Blue C M Y K H S L
Decimal 245 85 50 0 0.65 0.80 0.04 10.77 0.91 0.58
Hex F5 55 32 0 41 50 4 B 5B 3A
Octal 365 125 62 0 101 120 4 13 133 72
Binary 11110101 1010101 110010 0 1000001 1010000 100 1011 1011011 111010

Color Harmonies of #F55532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55532

Black with #F55532

Text Example


Text Example

White with #F55532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55532; }

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

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

background-color css

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

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

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

border-color css

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

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

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