Html Css Color HEX #F1542F Outrageous Orange

📋 copy color: '#F1542F'

red 241 ◦ green 84 ◦ blue 47

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

Shades of Outrageous Orange #F1542F

Tints of Outrageous Orange #F1542F

RGB

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

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

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

R = 64.78%
G = 22.58%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1542F (or 0xF1542F) is known color: Outrageous Orange. HEX triplet: F1, 54 and 2F. RGB value is (241,84,47). Sum of RGB (Red+Green+Blue) = 241+84+47=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1542F is #0EABD0. Grayscale: #7F7F7F. Windows color (decimal): -961489 or 3101937. OLE color: 3101937.

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

Color convert

RGB 241 84 47 -
CMYK 0 0.65 0.80 0.05
HSL 11.44º 0.87% 0.56% -
HSV(B) 11.44º 0.8% 0.95% -
XYZ 39.96 25.25 5.46 -
YUV 126.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 241 84 47 0 0.65 0.80 0.05 11.44 0.87 0.56
Hex F1 54 2F 0 41 50 5 B 57 38
Octal 361 124 57 0 101 120 5 13 127 70
Binary 11110001 1010100 101111 0 1000001 1010000 101 1011 1010111 111000

Color Harmonies of #F1542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1542F

Black with #F1542F

Text Example


Text Example

White with #F1542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1542F; }

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

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

background-color css

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

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

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

border-color css

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

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

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