Html Css Color HEX #F15421 Outrageous Orange

📋 copy color: '#F15421'

red 241 ◦ green 84 ◦ blue 33

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

Shades of Outrageous Orange #F15421

Tints of Outrageous Orange #F15421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 67.32%
G = 23.46%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15421 (or 0xF15421) is known color: Outrageous Orange. HEX triplet: F1, 54 and 21. RGB value is (241,84,33). Sum of RGB (Red+Green+Blue) = 241+84+33=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15421 is #0EABDE. Grayscale: #7D7D7D. Windows color (decimal): -961503 or 2184433. OLE color: 2184433.

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

Color convert

RGB 241 84 33 -
CMYK 0 0.65 0.86 0.05
HSL 14.71º 0.88% 0.54% -
HSV(B) 14.71º 0.86% 0.95% -
XYZ 39.72 25.15 4.2 -
YUV 125.13 76.01 210.65 -
System Red Green Blue C M Y K H S L
Decimal 241 84 33 0 0.65 0.86 0.05 14.71 0.88 0.54
Hex F1 54 21 0 41 56 5 F 58 36
Octal 361 124 41 0 101 126 5 17 130 66
Binary 11110001 1010100 100001 0 1000001 1010110 101 1111 1011000 110110

Color Harmonies of #F15421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15421

Black with #F15421

Text Example


Text Example

White with #F15421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15421; }

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

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

background-color css

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

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

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

border-color css

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

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

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