Html Css Color HEX #F15B28 Outrageous Orange

📋 copy color: '#F15B28'

red 241 ◦ green 91 ◦ blue 40

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

Shades of Outrageous Orange #F15B28

Tints of Outrageous Orange #F15B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

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

R = 64.78%
G = 24.46%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15B28 (or 0xF15B28) is known color: Outrageous Orange. HEX triplet: F1, 5B and 28. RGB value is (241,91,40). Sum of RGB (Red+Green+Blue) = 241+91+40=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15B28 is #0EA4D7. Grayscale: #828282. Windows color (decimal): -959704 or 2644977. OLE color: 2644977.

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

Color convert

RGB 241 91 40 -
CMYK 0 0.62 0.83 0.05
HSL 15.22º 0.88% 0.55% -
HSV(B) 15.22º 0.83% 0.95% -
XYZ 40.4 26.34 4.96 -
YUV 130.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 241 91 40 0 0.62 0.83 0.05 15.22 0.88 0.55
Hex F1 5B 28 0 3E 53 5 F 58 37
Octal 361 133 50 0 76 123 5 17 130 67
Binary 11110001 1011011 101000 0 111110 1010011 101 1111 1011000 110111

Color Harmonies of #F15B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B28

Black with #F15B28

Text Example


Text Example

White with #F15B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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