Html Css Color HEX #F15F27 Outrageous Orange

📋 copy color: '#F15F27'

red 241 ◦ green 95 ◦ blue 39

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

Shades of Outrageous Orange #F15F27

Tints of Outrageous Orange #F15F27

RGB

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

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

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

R = 64.27%
G = 25.33%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F15F27 (or 0xF15F27) is known color: Outrageous Orange. HEX triplet: F1, 5F and 27. RGB value is (241,95,39). Sum of RGB (Red+Green+Blue) = 241+95+39=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F27 is #0EA0D8. Grayscale: #848484. Windows color (decimal): -958681 or 2580465. OLE color: 2580465.

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

Color convert

RGB 241 95 39 -
CMYK 0 0.61 0.84 0.05
HSL 16.63º 0.88% 0.55% -
HSV(B) 16.63º 0.84% 0.95% -
XYZ 40.73 27.03 4.99 -
YUV 132.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 241 95 39 0 0.61 0.84 0.05 16.63 0.88 0.55
Hex F1 5F 27 0 3D 54 5 11 58 37
Octal 361 137 47 0 75 124 5 21 130 67
Binary 11110001 1011111 100111 0 111101 1010100 101 10001 1011000 110111

Color Harmonies of #F15F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F27

Black with #F15F27

Text Example


Text Example

White with #F15F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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