Html Css Color HEX #F15F29 Outrageous Orange

📋 copy color: '#F15F29'

red 241 ◦ green 95 ◦ blue 41

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

Shades of Outrageous Orange #F15F29

Tints of Outrageous Orange #F15F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 63.93%
G = 25.2%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15F29 (or 0xF15F29) is known color: Outrageous Orange. HEX triplet: F1, 5F and 29. RGB value is (241,95,41). Sum of RGB (Red+Green+Blue) = 241+95+41=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F29 is #0EA0D6. Grayscale: #848484. Windows color (decimal): -958679 or 2711537. OLE color: 2711537.

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

Color convert

RGB 241 95 41 -
CMYK 0 0.61 0.83 0.05
HSL 16.2º 0.88% 0.55% -
HSV(B) 16.2º 0.83% 0.95% -
XYZ 40.77 27.05 5.17 -
YUV 132.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 241 95 41 0 0.61 0.83 0.05 16.2 0.88 0.55
Hex F1 5F 29 0 3D 53 5 10 58 37
Octal 361 137 51 0 75 123 5 20 130 67
Binary 11110001 1011111 101001 0 111101 1010011 101 10000 1011000 110111

Color Harmonies of #F15F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F29

Black with #F15F29

Text Example


Text Example

White with #F15F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F29; }

 p { color: rgb(241,95,41); }

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

background-color css

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

 a { background-color: rgb(241,95,41); }

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

border-color css

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

 span { border-color: rgb(241,95,41); }

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