Html Css Color HEX #F1512F Outrageous Orange

📋 copy color: '#F1512F'

red 241 ◦ green 81 ◦ blue 47

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

Shades of Outrageous Orange #F1512F

Tints of Outrageous Orange #F1512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 65.31%
G = 21.95%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1512F (or 0xF1512F) is known color: Outrageous Orange. HEX triplet: F1, 51 and 2F. RGB value is (241,81,47). Sum of RGB (Red+Green+Blue) = 241+81+47=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1512F is #0EAED0. Grayscale: #7D7D7D. Windows color (decimal): -962257 or 3101169. OLE color: 3101169.

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

Color convert

RGB 241 81 47 -
CMYK 0 0.66 0.80 0.05
HSL 10.52º 0.87% 0.56% -
HSV(B) 10.52º 0.8% 0.95% -
XYZ 39.73 24.79 5.38 -
YUV 124.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 241 81 47 0 0.66 0.80 0.05 10.52 0.87 0.56
Hex F1 51 2F 0 42 50 5 B 57 38
Octal 361 121 57 0 102 120 5 13 127 70
Binary 11110001 1010001 101111 0 1000010 1010000 101 1011 1010111 111000

Color Harmonies of #F1512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1512F

Black with #F1512F

Text Example


Text Example

White with #F1512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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