Html Css Color HEX #F1642B Outrageous Orange

📋 copy color: '#F1642B'

red 241 ◦ green 100 ◦ blue 43

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

Shades of Outrageous Orange #F1642B

Tints of Outrageous Orange #F1642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 62.76%
G = 26.04%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1642B (or 0xF1642B) is known color: Outrageous Orange. HEX triplet: F1, 64 and 2B. RGB value is (241,100,43). Sum of RGB (Red+Green+Blue) = 241+100+43=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1642B is #0E9BD4. Grayscale: #888888. Windows color (decimal): -957397 or 2843889. OLE color: 2843889.

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

Color convert

RGB 241 100 43 -
CMYK 0 0.59 0.82 0.05
HSL 17.27º 0.88% 0.56% -
HSV(B) 17.27º 0.82% 0.95% -
XYZ 41.27 27.99 5.51 -
YUV 135.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 241 100 43 0 0.59 0.82 0.05 17.27 0.88 0.56
Hex F1 64 2B 0 3B 52 5 11 58 38
Octal 361 144 53 0 73 122 5 21 130 70
Binary 11110001 1100100 101011 0 111011 1010010 101 10001 1011000 111000

Color Harmonies of #F1642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1642B

Black with #F1642B

Text Example


Text Example

White with #F1642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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