Html Css Color HEX #F15D2F Outrageous Orange

📋 copy color: '#F15D2F'

red 241 ◦ green 93 ◦ blue 47

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

Shades of Outrageous Orange #F15D2F

Tints of Outrageous Orange #F15D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 63.25%
G = 24.41%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F15D2F (or 0xF15D2F) is known color: Outrageous Orange. HEX triplet: F1, 5D and 2F. RGB value is (241,93,47). Sum of RGB (Red+Green+Blue) = 241+93+47=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D2F is #0EA2D0. Grayscale: #848484. Windows color (decimal): -959185 or 3104241. OLE color: 3104241.

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

Color convert

RGB 241 93 47 -
CMYK 0 0.61 0.80 0.05
HSL 14.23º 0.87% 0.56% -
HSV(B) 14.23º 0.8% 0.95% -
XYZ 40.7 26.73 5.7 -
YUV 132.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 241 93 47 0 0.61 0.80 0.05 14.23 0.87 0.56
Hex F1 5D 2F 0 3D 50 5 E 57 38
Octal 361 135 57 0 75 120 5 16 127 70
Binary 11110001 1011101 101111 0 111101 1010000 101 1110 1010111 111000

Color Harmonies of #F15D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D2F

Black with #F15D2F

Text Example


Text Example

White with #F15D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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