Html Css Color HEX #F56131 Outrageous Orange

📋 copy color: '#F56131'

red 245 ◦ green 97 ◦ blue 49

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

Shades of Outrageous Orange #F56131

Tints of Outrageous Orange #F56131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

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

R = 62.66%
G = 24.81%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F56131 (or 0xF56131) is known color: Outrageous Orange. HEX triplet: F5, 61 and 31. RGB value is (245,97,49). Sum of RGB (Red+Green+Blue) = 245+97+49=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F56131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56131 is #0A9ECE. Grayscale: #888888. Windows color (decimal): -696015 or 3236341. OLE color: 3236341.

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

Color convert

RGB 245 97 49 -
CMYK 0 0.60 0.8 0.04
HSL 14.69º 0.91% 0.58% -
HSV(B) 14.69º 0.8% 0.96% -
XYZ 42.49 28.18 6.11 -
YUV 135.78 79.03 205.9 -
System Red Green Blue C M Y K H S L
Decimal 245 97 49 0 0.60 0.8 0.04 14.69 0.91 0.58
Hex F5 61 31 0 3C 50 4 F 5B 3A
Octal 365 141 61 0 74 120 4 17 133 72
Binary 11110101 1100001 110001 0 111100 1010000 100 1111 1011011 111010

Color Harmonies of #F56131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56131

Black with #F56131

Text Example


Text Example

White with #F56131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56131; }

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

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

background-color css

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

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

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

border-color css

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

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

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