Html Css Color HEX #F15A21 Outrageous Orange

📋 copy color: '#F15A21'

red 241 ◦ green 90 ◦ blue 33

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

Shades of Outrageous Orange #F15A21

Tints of Outrageous Orange #F15A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 66.21%
G = 24.73%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15A21 (or 0xF15A21) is known color: Outrageous Orange. HEX triplet: F1, 5A and 21. RGB value is (241,90,33). Sum of RGB (Red+Green+Blue) = 241+90+33=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A21 is #0EA5DE. Grayscale: #818181. Windows color (decimal): -959967 or 2185969. OLE color: 2185969.

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

Color convert

RGB 241 90 33 -
CMYK 0 0.63 0.86 0.05
HSL 16.44º 0.88% 0.54% -
HSV(B) 16.44º 0.86% 0.95% -
XYZ 40.21 26.12 4.36 -
YUV 128.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 241 90 33 0 0.63 0.86 0.05 16.44 0.88 0.54
Hex F1 5A 21 0 3F 56 5 10 58 36
Octal 361 132 41 0 77 126 5 20 130 66
Binary 11110001 1011010 100001 0 111111 1010110 101 10000 1011000 110110

Color Harmonies of #F15A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A21

Black with #F15A21

Text Example


Text Example

White with #F15A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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