Html Css Color HEX #F15228 Outrageous Orange

📋 copy color: '#F15228'

red 241 ◦ green 82 ◦ blue 40

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

Shades of Outrageous Orange #F15228

Tints of Outrageous Orange #F15228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 66.39%
G = 22.59%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15228 (or 0xF15228) is known color: Outrageous Orange. HEX triplet: F1, 52 and 28. RGB value is (241,82,40). Sum of RGB (Red+Green+Blue) = 241+82+40=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15228 is #0EADD7. Grayscale: #7D7D7D. Windows color (decimal): -962008 or 2642673. OLE color: 2642673.

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

Color convert

RGB 241 82 40 -
CMYK 0 0.66 0.83 0.05
HSL 12.54º 0.88% 0.55% -
HSV(B) 12.54º 0.83% 0.95% -
XYZ 39.68 24.89 4.72 -
YUV 124.75 80.18 210.92 -
System Red Green Blue C M Y K H S L
Decimal 241 82 40 0 0.66 0.83 0.05 12.54 0.88 0.55
Hex F1 52 28 0 42 53 5 D 58 37
Octal 361 122 50 0 102 123 5 15 130 67
Binary 11110001 1010010 101000 0 1000010 1010011 101 1101 1011000 110111

Color Harmonies of #F15228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15228

Black with #F15228

Text Example


Text Example

White with #F15228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15228; }

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

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

background-color css

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

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

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

border-color css

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

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

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