Html Css Color HEX #F16132 Outrageous Orange

📋 copy color: '#F16132'

red 241 ◦ green 97 ◦ blue 50

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

Shades of Outrageous Orange #F16132

Tints of Outrageous Orange #F16132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.89%

R = 62.11%
G = 25%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F16132 (or 0xF16132) is known color: Outrageous Orange. HEX triplet: F1, 61 and 32. RGB value is (241,97,50). Sum of RGB (Red+Green+Blue) = 241+97+50=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F16132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16132 is #0E9ECD. Grayscale: #878787. Windows color (decimal): -958158 or 3301873. OLE color: 3301873.

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

Color convert

RGB 241 97 50 -
CMYK 0 0.60 0.79 0.05
HSL 14.76º 0.87% 0.57% -
HSV(B) 14.76º 0.79% 0.95% -
XYZ 41.13 27.48 6.15 -
YUV 134.7 80.21 203.82 -
System Red Green Blue C M Y K H S L
Decimal 241 97 50 0 0.60 0.79 0.05 14.76 0.87 0.57
Hex F1 61 32 0 3C 4F 5 F 57 39
Octal 361 141 62 0 74 117 5 17 127 71
Binary 11110001 1100001 110010 0 111100 1001111 101 1111 1010111 111001

Color Harmonies of #F16132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16132

Black with #F16132

Text Example


Text Example

White with #F16132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16132; }

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

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

background-color css

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

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

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

border-color css

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

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

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