Html Css Color HEX #F15D2A Outrageous Orange

📋 copy color: '#F15D2A'

red 241 ◦ green 93 ◦ blue 42

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

Shades of Outrageous Orange #F15D2A

Tints of Outrageous Orange #F15D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 64.1%
G = 24.73%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15D2A (or 0xF15D2A) is known color: Outrageous Orange. HEX triplet: F1, 5D and 2A. RGB value is (241,93,42). Sum of RGB (Red+Green+Blue) = 241+93+42=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D2A is #0EA2D5. Grayscale: #838383. Windows color (decimal): -959190 or 2776561. OLE color: 2776561.

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

Color convert

RGB 241 93 42 -
CMYK 0 0.61 0.83 0.05
HSL 15.38º 0.88% 0.55% -
HSV(B) 15.38º 0.83% 0.95% -
XYZ 40.61 26.7 5.2 -
YUV 131.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 241 93 42 0 0.61 0.83 0.05 15.38 0.88 0.55
Hex F1 5D 2A 0 3D 53 5 F 58 37
Octal 361 135 52 0 75 123 5 17 130 67
Binary 11110001 1011101 101010 0 111101 1010011 101 1111 1011000 110111

Color Harmonies of #F15D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D2A

Black with #F15D2A

Text Example


Text Example

White with #F15D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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