Html Css Color HEX #F1612C Outrageous Orange

📋 copy color: '#F1612C'

red 241 ◦ green 97 ◦ blue 44

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

Shades of Outrageous Orange #F1612C

Tints of Outrageous Orange #F1612C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 63.09%
G = 25.39%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1612C (or 0xF1612C) is known color: Outrageous Orange. HEX triplet: F1, 61 and 2C. RGB value is (241,97,44). Sum of RGB (Red+Green+Blue) = 241+97+44=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1612C is #0E9ED3. Grayscale: #868686. Windows color (decimal): -958164 or 2908657. OLE color: 2908657.

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

Color convert

RGB 241 97 44 -
CMYK 0 0.60 0.82 0.05
HSL 16.14º 0.88% 0.56% -
HSV(B) 16.14º 0.82% 0.95% -
XYZ 41 27.43 5.52 -
YUV 134.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 241 97 44 0 0.60 0.82 0.05 16.14 0.88 0.56
Hex F1 61 2C 0 3C 52 5 10 58 38
Octal 361 141 54 0 74 122 5 20 130 70
Binary 11110001 1100001 101100 0 111100 1010010 101 10000 1011000 111000

Color Harmonies of #F1612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1612C

Black with #F1612C

Text Example


Text Example

White with #F1612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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