Html Css Color HEX #F15A29 Outrageous Orange

📋 copy color: '#F15A29'

red 241 ◦ green 90 ◦ blue 41

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

Shades of Outrageous Orange #F15A29

Tints of Outrageous Orange #F15A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 64.78%
G = 24.19%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15A29 (or 0xF15A29) is known color: Outrageous Orange. HEX triplet: F1, 5A and 29. RGB value is (241,90,41). Sum of RGB (Red+Green+Blue) = 241+90+41=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A29 is #0EA5D6. Grayscale: #818181. Windows color (decimal): -959959 or 2710257. OLE color: 2710257.

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

Color convert

RGB 241 90 41 -
CMYK 0 0.63 0.83 0.05
HSL 14.7º 0.88% 0.55% -
HSV(B) 14.7º 0.83% 0.95% -
XYZ 40.33 26.17 5.02 -
YUV 129.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 241 90 41 0 0.63 0.83 0.05 14.7 0.88 0.55
Hex F1 5A 29 0 3F 53 5 F 58 37
Octal 361 132 51 0 77 123 5 17 130 67
Binary 11110001 1011010 101001 0 111111 1010011 101 1111 1011000 110111

Color Harmonies of #F15A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A29

Black with #F15A29

Text Example


Text Example

White with #F15A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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