Html Css Color HEX #F15D27 Outrageous Orange

📋 copy color: '#F15D27'

red 241 ◦ green 93 ◦ blue 39

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

Shades of Outrageous Orange #F15D27

Tints of Outrageous Orange #F15D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 64.61%
G = 24.93%
B = 10.46%

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

#F15D27 (or 0xF15D27) is known color: Outrageous Orange. HEX triplet: F1, 5D and 27. RGB value is (241,93,39). Sum of RGB (Red+Green+Blue) = 241+93+39=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D27 is #0EA2D8. Grayscale: #838383. Windows color (decimal): -959193 or 2579953. OLE color: 2579953.

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

Color convert

RGB 241 93 39 -
CMYK 0 0.61 0.84 0.05
HSL 16.04º 0.88% 0.55% -
HSV(B) 16.04º 0.84% 0.95% -
XYZ 40.56 26.68 4.93 -
YUV 131.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 241 93 39 0 0.61 0.84 0.05 16.04 0.88 0.55
Hex F1 5D 27 0 3D 54 5 10 58 37
Octal 361 135 47 0 75 124 5 20 130 67
Binary 11110001 1011101 100111 0 111101 1010100 101 10000 1011000 110111

Color Harmonies of #F15D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D27

Black with #F15D27

Text Example


Text Example

White with #F15D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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