Html Css Color HEX #F1541E Outrageous Orange

📋 copy color: '#F1541E'

red 241 ◦ green 84 ◦ blue 30

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

Shades of Outrageous Orange #F1541E

Tints of Outrageous Orange #F1541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 67.89%
G = 23.66%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1541E (or 0xF1541E) is known color: Outrageous Orange. HEX triplet: F1, 54 and 1E. RGB value is (241,84,30). Sum of RGB (Red+Green+Blue) = 241+84+30=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1541E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1541E is #0EABE1. Grayscale: #7D7D7D. Windows color (decimal): -961506 or 1987825. OLE color: 1987825.

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

Color convert

RGB 241 84 30 -
CMYK 0 0.65 0.88 0.05
HSL 15.36º 0.88% 0.53% -
HSV(B) 15.36º 0.88% 0.95% -
XYZ 39.68 25.14 3.99 -
YUV 124.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 241 84 30 0 0.65 0.88 0.05 15.36 0.88 0.53
Hex F1 54 1E 0 41 58 5 F 58 35
Octal 361 124 36 0 101 130 5 17 130 65
Binary 11110001 1010100 11110 0 1000001 1011000 101 1111 1011000 110101

Color Harmonies of #F1541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1541E

Black with #F1541E

Text Example


Text Example

White with #F1541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1541E; }

 p { color: rgb(241,84,30); }

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

background-color css

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

 a { background-color: rgb(241,84,30); }

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

border-color css

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

 span { border-color: rgb(241,84,30); }

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