Html Css Color HEX #F15820 Outrageous Orange

📋 copy color: '#F15820'

red 241 ◦ green 88 ◦ blue 32

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

Shades of Outrageous Orange #F15820

Tints of Outrageous Orange #F15820

RGB

 RED value IS 241 (94.53% from 255) = 66.76%

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

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 66.76%
G = 24.38%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F15820 (or 0xF15820) is known color: Outrageous Orange. HEX triplet: F1, 58 and 20. RGB value is (241,88,32). Sum of RGB (Red+Green+Blue) = 241+88+32=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F15820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15820 is #0EA7DF. Grayscale: #7F7F7F. Windows color (decimal): -960480 or 2119921. OLE color: 2119921.

HSL color Cylindrical-coordinate representation of color #F15820: hue angle of 16.08º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F15820 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 88 32 -
CMYK 0 0.63 0.87 0.05
HSL 16.08º 0.88% 0.54% -
HSV(B) 16.08º 0.87% 0.95% -
XYZ 40.03 25.78 4.23 -
YUV 127.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 241 88 32 0 0.63 0.87 0.05 16.08 0.88 0.54
Hex F1 58 20 0 3F 57 5 10 58 36
Octal 361 130 40 0 77 127 5 20 130 66
Binary 11110001 1011000 100000 0 111111 1010111 101 10000 1011000 110110

Color Harmonies of #F15820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15820

Black with #F15820

Text Example


Text Example

White with #F15820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15820; }

 p { color: rgb(241,88,32); }

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

background-color css

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

 a { background-color: rgb(241,88,32); }

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

border-color css

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

 span { border-color: rgb(241,88,32); }

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