Html Css Color HEX #F55231 Outrageous Orange

📋 copy color: '#F55231'

red 245 ◦ green 82 ◦ blue 49

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

Shades of Outrageous Orange #F55231

Tints of Outrageous Orange #F55231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 65.16%
G = 21.81%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F55231 (or 0xF55231) is known color: Outrageous Orange. HEX triplet: F5, 52 and 31. RGB value is (245,82,49). Sum of RGB (Red+Green+Blue) = 245+82+49=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F55231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55231 is #0AADCE. Grayscale: #7F7F7F. Windows color (decimal): -699855 or 3232501. OLE color: 3232501.

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

Color convert

RGB 245 82 49 -
CMYK 0 0.67 0.8 0.04
HSL 10.1º 0.91% 0.58% -
HSV(B) 10.1º 0.8% 0.96% -
XYZ 41.23 25.67 5.69 -
YUV 126.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 245 82 49 0 0.67 0.8 0.04 10.1 0.91 0.58
Hex F5 52 31 0 43 50 4 A 5B 3A
Octal 365 122 61 0 103 120 4 12 133 72
Binary 11110101 1010010 110001 0 1000011 1010000 100 1010 1011011 111010

Color Harmonies of #F55231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55231

Black with #F55231

Text Example


Text Example

White with #F55231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55231; }

 p { color: rgb(245,82,49); }

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

background-color css

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

 a { background-color: rgb(245,82,49); }

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

border-color css

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

 span { border-color: rgb(245,82,49); }

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