Html Css Color HEX #F15420 Outrageous Orange

📋 copy color: '#F15420'

red 241 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #F15420

Tints of Outrageous Orange #F15420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

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

R = 67.51%
G = 23.53%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F15420 (or 0xF15420) is known color: Outrageous Orange. HEX triplet: F1, 54 and 20. RGB value is (241,84,32). Sum of RGB (Red+Green+Blue) = 241+84+32=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F15420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15420 is #0EABDF. Grayscale: #7D7D7D. Windows color (decimal): -961504 or 2118897. OLE color: 2118897.

HSL color Cylindrical-coordinate representation of color #F15420: hue angle of 14.93º 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 #F15420 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 32 -
CMYK 0 0.65 0.87 0.05
HSL 14.93º 0.88% 0.54% -
HSV(B) 14.93º 0.87% 0.95% -
XYZ 39.71 25.15 4.13 -
YUV 125.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 241 84 32 0 0.65 0.87 0.05 14.93 0.88 0.54
Hex F1 54 20 0 41 57 5 F 58 36
Octal 361 124 40 0 101 127 5 17 130 66
Binary 11110001 1010100 100000 0 1000001 1010111 101 1111 1011000 110110

Color Harmonies of #F15420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15420

Black with #F15420

Text Example


Text Example

White with #F15420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15420; }

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

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

background-color css

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

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

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

border-color css

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

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

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