Html Css Color HEX #F16431 Outrageous Orange

📋 copy color: '#F16431'

red 241 ◦ green 100 ◦ blue 49

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

Shades of Outrageous Orange #F16431

Tints of Outrageous Orange #F16431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 61.79%
G = 25.64%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F16431 (or 0xF16431) is known color: Outrageous Orange. HEX triplet: F1, 64 and 31. RGB value is (241,100,49). Sum of RGB (Red+Green+Blue) = 241+100+49=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F16431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16431 is #0E9BCE. Grayscale: #888888. Windows color (decimal): -957391 or 3237105. OLE color: 3237105.

HSL color Cylindrical-coordinate representation of color #F16431: hue angle of 15.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16431 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 49 -
CMYK 0 0.59 0.80 0.05
HSL 15.94º 0.87% 0.57% -
HSV(B) 15.94º 0.8% 0.95% -
XYZ 41.39 28.04 6.14 -
YUV 136.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 241 100 49 0 0.59 0.80 0.05 15.94 0.87 0.57
Hex F1 64 31 0 3B 50 5 10 57 39
Octal 361 144 61 0 73 120 5 20 127 71
Binary 11110001 1100100 110001 0 111011 1010000 101 10000 1010111 111001

Color Harmonies of #F16431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16431

Black with #F16431

Text Example


Text Example

White with #F16431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16431; }

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

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

background-color css

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

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

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

border-color css

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

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

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