Html Css Color HEX #F1612A Outrageous Orange

📋 copy color: '#F1612A'

red 241 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #F1612A

Tints of Outrageous Orange #F1612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 63.42%
G = 25.53%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1612A (or 0xF1612A) is known color: Outrageous Orange. HEX triplet: F1, 61 and 2A. RGB value is (241,97,42). Sum of RGB (Red+Green+Blue) = 241+97+42=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1612A is #0E9ED5. Grayscale: #868686. Windows color (decimal): -958166 or 2777585. OLE color: 2777585.

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

Color convert

RGB 241 97 42 -
CMYK 0 0.60 0.83 0.05
HSL 16.58º 0.88% 0.55% -
HSV(B) 16.58º 0.83% 0.95% -
XYZ 40.97 27.42 5.32 -
YUV 133.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 241 97 42 0 0.60 0.83 0.05 16.58 0.88 0.55
Hex F1 61 2A 0 3C 53 5 11 58 37
Octal 361 141 52 0 74 123 5 21 130 67
Binary 11110001 1100001 101010 0 111100 1010011 101 10001 1011000 110111

Color Harmonies of #F1612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1612A

Black with #F1612A

Text Example


Text Example

White with #F1612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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