Html Css Color HEX #F15F3F Outrageous Orange

📋 copy color: '#F15F3F'

red 241 ◦ green 95 ◦ blue 63

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

Shades of Outrageous Orange #F15F3F

Tints of Outrageous Orange #F15F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 60.4%
G = 23.81%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F15F3F (or 0xF15F3F) is known color: Outrageous Orange. HEX triplet: F1, 5F and 3F. RGB value is (241,95,63). Sum of RGB (Red+Green+Blue) = 241+95+63=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F3F is #0EA0C0. Grayscale: #878787. Windows color (decimal): -958657 or 4153329. OLE color: 4153329.

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

Color convert

RGB 241 95 63 -
CMYK 0 0.61 0.74 0.05
HSL 10.79º 0.86% 0.6% -
HSV(B) 10.79º 0.74% 0.95% -
XYZ 41.27 27.24 7.79 -
YUV 135.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 241 95 63 0 0.61 0.74 0.05 10.79 0.86 0.6
Hex F1 5F 3F 0 3D 4A 5 B 56 3C
Octal 361 137 77 0 75 112 5 13 126 74
Binary 11110001 1011111 111111 0 111101 1001010 101 1011 1010110 111100

Color Harmonies of #F15F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F3F

Black with #F15F3F

Text Example


Text Example

White with #F15F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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