Html Css Color HEX #F15222 Outrageous Orange

📋 copy color: '#F15222'

red 241 ◦ green 82 ◦ blue 34

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

Shades of Outrageous Orange #F15222

Tints of Outrageous Orange #F15222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 67.51%
G = 22.97%
B = 9.52%

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

#F15222 (or 0xF15222) is known color: Outrageous Orange. HEX triplet: F1, 52 and 22. RGB value is (241,82,34). Sum of RGB (Red+Green+Blue) = 241+82+34=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F15222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15222 is #0EADDD. Grayscale: #7C7C7C. Windows color (decimal): -962014 or 2249457. OLE color: 2249457.

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

Color convert

RGB 241 82 34 -
CMYK 0 0.66 0.86 0.05
HSL 13.91º 0.88% 0.54% -
HSV(B) 13.91º 0.86% 0.95% -
XYZ 39.58 24.85 4.22 -
YUV 124.07 77.18 211.4 -
System Red Green Blue C M Y K H S L
Decimal 241 82 34 0 0.66 0.86 0.05 13.91 0.88 0.54
Hex F1 52 22 0 42 56 5 E 58 36
Octal 361 122 42 0 102 126 5 16 130 66
Binary 11110001 1010010 100010 0 1000010 1010110 101 1110 1011000 110110

Color Harmonies of #F15222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15222

Black with #F15222

Text Example


Text Example

White with #F15222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15222; }

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

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

background-color css

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

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

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

border-color css

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

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

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