Html Css Color HEX #F1612E Outrageous Orange

📋 copy color: '#F1612E'

red 241 ◦ green 97 ◦ blue 46

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

Shades of Outrageous Orange #F1612E

Tints of Outrageous Orange #F1612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 62.76%
G = 25.26%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1612E (or 0xF1612E) is known color: Outrageous Orange. HEX triplet: F1, 61 and 2E. RGB value is (241,97,46). Sum of RGB (Red+Green+Blue) = 241+97+46=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1612E is #0E9ED1. Grayscale: #868686. Windows color (decimal): -958162 or 3039729. OLE color: 3039729.

HSL color Cylindrical-coordinate representation of color #F1612E: hue angle of 15.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1612E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 46 -
CMYK 0 0.60 0.81 0.05
HSL 15.69º 0.87% 0.56% -
HSV(B) 15.69º 0.81% 0.95% -
XYZ 41.04 27.45 5.72 -
YUV 134.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 241 97 46 0 0.60 0.81 0.05 15.69 0.87 0.56
Hex F1 61 2E 0 3C 51 5 10 57 38
Octal 361 141 56 0 74 121 5 20 127 70
Binary 11110001 1100001 101110 0 111100 1010001 101 10000 1010111 111000

Color Harmonies of #F1612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1612E

Black with #F1612E

Text Example


Text Example

White with #F1612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1612E; }

 p { color: rgb(241,97,46); }

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

background-color css

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

 a { background-color: rgb(241,97,46); }

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

border-color css

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

 span { border-color: rgb(241,97,46); }

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