Html Css Color HEX #F5561D Outrageous Orange

📋 copy color: '#F5561D'

red 245 ◦ green 86 ◦ blue 29

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

Shades of Outrageous Orange #F5561D

Tints of Outrageous Orange #F5561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 29 (11.72% from 255) = 8.06%

R = 68.06%
G = 23.89%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5561D (or 0xF5561D) is known color: Outrageous Orange. HEX triplet: F5, 56 and 1D. RGB value is (245,86,29). Sum of RGB (Red+Green+Blue) = 245+86+29=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5561D is #0AA9E2. Grayscale: #7F7F7F. Windows color (decimal): -698851 or 1922805. OLE color: 1922805.

HSL color Cylindrical-coordinate representation of color #F5561D: hue angle of 15.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5561D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 29 -
CMYK 0 0.65 0.88 0.04
HSL 15.83º 0.92% 0.54% -
HSV(B) 15.83º 0.88% 0.96% -
XYZ 41.21 26.16 4.04 -
YUV 127.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 245 86 29 0 0.65 0.88 0.04 15.83 0.92 0.54
Hex F5 56 1D 0 41 58 4 10 5C 36
Octal 365 126 35 0 101 130 4 20 134 66
Binary 11110101 1010110 11101 0 1000001 1011000 100 10000 1011100 110110

Color Harmonies of #F5561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5561D

Black with #F5561D

Text Example


Text Example

White with #F5561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5561D; }

 p { color: rgb(245,86,29); }

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

background-color css

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

 a { background-color: rgb(245,86,29); }

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

border-color css

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

 span { border-color: rgb(245,86,29); }

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