Html Css Color HEX #F15227 Outrageous Orange

📋 copy color: '#F15227'

red 241 ◦ green 82 ◦ blue 39

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

Shades of Outrageous Orange #F15227

Tints of Outrageous Orange #F15227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.77%

R = 66.57%
G = 22.65%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F15227 (or 0xF15227) is known color: Outrageous Orange. HEX triplet: F1, 52 and 27. RGB value is (241,82,39). Sum of RGB (Red+Green+Blue) = 241+82+39=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F15227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15227 is #0EADD8. Grayscale: #7C7C7C. Windows color (decimal): -962009 or 2577137. OLE color: 2577137.

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

Color convert

RGB 241 82 39 -
CMYK 0 0.66 0.84 0.05
HSL 12.77º 0.88% 0.55% -
HSV(B) 12.77º 0.84% 0.95% -
XYZ 39.66 24.88 4.63 -
YUV 124.64 79.68 211 -
System Red Green Blue C M Y K H S L
Decimal 241 82 39 0 0.66 0.84 0.05 12.77 0.88 0.55
Hex F1 52 27 0 42 54 5 D 58 37
Octal 361 122 47 0 102 124 5 15 130 67
Binary 11110001 1010010 100111 0 1000010 1010100 101 1101 1011000 110111

Color Harmonies of #F15227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15227

Black with #F15227

Text Example


Text Example

White with #F15227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15227; }

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

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

background-color css

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

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

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

border-color css

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

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

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