Html Css Color HEX #F56531 Outrageous Orange

📋 copy color: '#F56531'

red 245 ◦ green 101 ◦ blue 49

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

Shades of Outrageous Orange #F56531

Tints of Outrageous Orange #F56531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 62.03%
G = 25.57%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F56531 (or 0xF56531) is known color: Outrageous Orange. HEX triplet: F5, 65 and 31. RGB value is (245,101,49). Sum of RGB (Red+Green+Blue) = 245+101+49=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F56531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56531 is #0A9ACE. Grayscale: #8A8A8A. Windows color (decimal): -694991 or 3237365. OLE color: 3237365.

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

Color convert

RGB 245 101 49 -
CMYK 0 0.59 0.8 0.04
HSL 15.92º 0.91% 0.58% -
HSV(B) 15.92º 0.8% 0.96% -
XYZ 42.86 28.94 6.23 -
YUV 138.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 245 101 49 0 0.59 0.8 0.04 15.92 0.91 0.58
Hex F5 65 31 0 3B 50 4 10 5B 3A
Octal 365 145 61 0 73 120 4 20 133 72
Binary 11110101 1100101 110001 0 111011 1010000 100 10000 1011011 111010

Color Harmonies of #F56531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56531

Black with #F56531

Text Example


Text Example

White with #F56531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56531; }

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

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

background-color css

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

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

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

border-color css

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

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

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