Html Css Color HEX #F5581C Outrageous Orange

📋 copy color: '#F5581C'

red 245 ◦ green 88 ◦ blue 28

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

Shades of Outrageous Orange #F5581C

Tints of Outrageous Orange #F5581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 67.87%
G = 24.38%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5581C (or 0xF5581C) is known color: Outrageous Orange. HEX triplet: F5, 58 and 1C. RGB value is (245,88,28). Sum of RGB (Red+Green+Blue) = 245+88+28=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5581C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5581C is #0AA7E3. Grayscale: #808080. Windows color (decimal): -698340 or 1857781. OLE color: 1857781.

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

Color convert

RGB 245 88 28 -
CMYK 0 0.64 0.89 0.04
HSL 16.59º 0.92% 0.54% -
HSV(B) 16.59º 0.89% 0.96% -
XYZ 41.36 26.48 4.03 -
YUV 128.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 245 88 28 0 0.64 0.89 0.04 16.59 0.92 0.54
Hex F5 58 1C 0 40 59 4 11 5C 36
Octal 365 130 34 0 100 131 4 21 134 66
Binary 11110101 1011000 11100 0 1000000 1011001 100 10001 1011100 110110

Color Harmonies of #F5581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5581C

Black with #F5581C

Text Example


Text Example

White with #F5581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5581C; }

 p { color: rgb(245,88,28); }

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

background-color css

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

 a { background-color: rgb(245,88,28); }

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

border-color css

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

 span { border-color: rgb(245,88,28); }

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