Html Css Color HEX #F15A2C Outrageous Orange

📋 copy color: '#F15A2C'

red 241 ◦ green 90 ◦ blue 44

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

Shades of Outrageous Orange #F15A2C

Tints of Outrageous Orange #F15A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 64.27%
G = 24%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F15A2C (or 0xF15A2C) is known color: Outrageous Orange. HEX triplet: F1, 5A and 2C. RGB value is (241,90,44). Sum of RGB (Red+Green+Blue) = 241+90+44=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A2C is #0EA5D3. Grayscale: #828282. Windows color (decimal): -959956 or 2906865. OLE color: 2906865.

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

Color convert

RGB 241 90 44 -
CMYK 0 0.63 0.82 0.05
HSL 14.01º 0.88% 0.56% -
HSV(B) 14.01º 0.82% 0.95% -
XYZ 40.39 26.19 5.31 -
YUV 129.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 241 90 44 0 0.63 0.82 0.05 14.01 0.88 0.56
Hex F1 5A 2C 0 3F 52 5 E 58 38
Octal 361 132 54 0 77 122 5 16 130 70
Binary 11110001 1011010 101100 0 111111 1010010 101 1110 1011000 111000

Color Harmonies of #F15A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A2C

Black with #F15A2C

Text Example


Text Example

White with #F15A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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