Html Css Color HEX #F1572F Outrageous Orange

📋 copy color: '#F1572F'

red 241 ◦ green 87 ◦ blue 47

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

Shades of Outrageous Orange #F1572F

Tints of Outrageous Orange #F1572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 64.27%
G = 23.2%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1572F (or 0xF1572F) is known color: Outrageous Orange. HEX triplet: F1, 57 and 2F. RGB value is (241,87,47). Sum of RGB (Red+Green+Blue) = 241+87+47=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1572F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1572F is #0EA8D0. Grayscale: #808080. Windows color (decimal): -960721 or 3102705. OLE color: 3102705.

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

Color convert

RGB 241 87 47 -
CMYK 0 0.64 0.80 0.05
HSL 12.37º 0.87% 0.56% -
HSV(B) 12.37º 0.8% 0.95% -
XYZ 40.2 25.72 5.54 -
YUV 128.49 82.02 208.25 -
System Red Green Blue C M Y K H S L
Decimal 241 87 47 0 0.64 0.80 0.05 12.37 0.87 0.56
Hex F1 57 2F 0 40 50 5 C 57 38
Octal 361 127 57 0 100 120 5 14 127 70
Binary 11110001 1010111 101111 0 1000000 1010000 101 1100 1010111 111000

Color Harmonies of #F1572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1572F

Black with #F1572F

Text Example


Text Example

White with #F1572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1572F; }

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

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

background-color css

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

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

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

border-color css

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

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

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