Html Css Color HEX #F15322 Outrageous Orange

📋 copy color: '#F15322'

red 241 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #F15322

Tints of Outrageous Orange #F15322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 67.32%
G = 23.18%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15322 (or 0xF15322) is known color: Outrageous Orange. HEX triplet: F1, 53 and 22. RGB value is (241,83,34). Sum of RGB (Red+Green+Blue) = 241+83+34=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15322 is #0EACDD. Grayscale: #7D7D7D. Windows color (decimal): -961758 or 2249713. OLE color: 2249713.

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

Color convert

RGB 241 83 34 -
CMYK 0 0.66 0.86 0.05
HSL 14.2º 0.88% 0.54% -
HSV(B) 14.2º 0.86% 0.95% -
XYZ 39.66 25 4.25 -
YUV 124.66 76.85 210.98 -
System Red Green Blue C M Y K H S L
Decimal 241 83 34 0 0.66 0.86 0.05 14.2 0.88 0.54
Hex F1 53 22 0 42 56 5 E 58 36
Octal 361 123 42 0 102 126 5 16 130 66
Binary 11110001 1010011 100010 0 1000010 1010110 101 1110 1011000 110110

Color Harmonies of #F15322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15322

Black with #F15322

Text Example


Text Example

White with #F15322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15322; }

 p { color: rgb(241,83,34); }

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

background-color css

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

 a { background-color: rgb(241,83,34); }

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

border-color css

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

 span { border-color: rgb(241,83,34); }

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