Html Css Color HEX #F1642D Outrageous Orange

📋 copy color: '#F1642D'

red 241 ◦ green 100 ◦ blue 45

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

Shades of Outrageous Orange #F1642D

Tints of Outrageous Orange #F1642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 45 (17.97% from 255) = 11.66%

R = 62.44%
G = 25.91%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1642D (or 0xF1642D) is known color: Outrageous Orange. HEX triplet: F1, 64 and 2D. RGB value is (241,100,45). Sum of RGB (Red+Green+Blue) = 241+100+45=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1642D is #0E9BD2. Grayscale: #888888. Windows color (decimal): -957395 or 2974961. OLE color: 2974961.

HSL color Cylindrical-coordinate representation of color #F1642D: hue angle of 16.84º degrees, saturation: 0.88, 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 #F1642D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 45 -
CMYK 0 0.59 0.81 0.05
HSL 16.84º 0.88% 0.56% -
HSV(B) 16.84º 0.81% 0.95% -
XYZ 41.31 28 5.71 -
YUV 135.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 241 100 45 0 0.59 0.81 0.05 16.84 0.88 0.56
Hex F1 64 2D 0 3B 51 5 11 58 38
Octal 361 144 55 0 73 121 5 21 130 70
Binary 11110001 1100100 101101 0 111011 1010001 101 10001 1011000 111000

Color Harmonies of #F1642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1642D

Black with #F1642D

Text Example


Text Example

White with #F1642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1642D; }

 p { color: rgb(241,100,45); }

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

background-color css

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

 a { background-color: rgb(241,100,45); }

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

border-color css

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

 span { border-color: rgb(241,100,45); }

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