Html Css Color HEX #F15D2C Outrageous Orange

📋 copy color: '#F15D2C'

red 241 ◦ green 93 ◦ blue 44

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

Shades of Outrageous Orange #F15D2C

Tints of Outrageous Orange #F15D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.64%

R = 63.76%
G = 24.6%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F15D2C (or 0xF15D2C) is known color: Outrageous Orange. HEX triplet: F1, 5D and 2C. RGB value is (241,93,44). Sum of RGB (Red+Green+Blue) = 241+93+44=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D2C is #0EA2D3. Grayscale: #848484. Windows color (decimal): -959188 or 2907633. OLE color: 2907633.

HSL color Cylindrical-coordinate representation of color #F15D2C: hue angle of 14.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F15D2C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 93 44 -
CMYK 0 0.61 0.82 0.05
HSL 14.92º 0.88% 0.56% -
HSV(B) 14.92º 0.82% 0.95% -
XYZ 40.64 26.71 5.4 -
YUV 131.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 241 93 44 0 0.61 0.82 0.05 14.92 0.88 0.56
Hex F1 5D 2C 0 3D 52 5 F 58 38
Octal 361 135 54 0 75 122 5 17 130 70
Binary 11110001 1011101 101100 0 111101 1010010 101 1111 1011000 111000

Color Harmonies of #F15D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D2C

Black with #F15D2C

Text Example


Text Example

White with #F15D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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