Html Css Color HEX #F16227 Outrageous Orange

📋 copy color: '#F16227'

red 241 ◦ green 98 ◦ blue 39

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

Shades of Outrageous Orange #F16227

Tints of Outrageous Orange #F16227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 63.76%
G = 25.93%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F16227 (or 0xF16227) is known color: Outrageous Orange. HEX triplet: F1, 62 and 27. RGB value is (241,98,39). Sum of RGB (Red+Green+Blue) = 241+98+39=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16227 is #0E9DD8. Grayscale: #868686. Windows color (decimal): -957913 or 2581233. OLE color: 2581233.

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

Color convert

RGB 241 98 39 -
CMYK 0 0.59 0.84 0.05
HSL 17.52º 0.88% 0.55% -
HSV(B) 17.52º 0.84% 0.95% -
XYZ 41.01 27.58 5.08 -
YUV 134.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 241 98 39 0 0.59 0.84 0.05 17.52 0.88 0.55
Hex F1 62 27 0 3B 54 5 12 58 37
Octal 361 142 47 0 73 124 5 22 130 67
Binary 11110001 1100010 100111 0 111011 1010100 101 10010 1011000 110111

Color Harmonies of #F16227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16227

Black with #F16227

Text Example


Text Example

White with #F16227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16227; }

 p { color: rgb(241,98,39); }

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

background-color css

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

 a { background-color: rgb(241,98,39); }

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

border-color css

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

 span { border-color: rgb(241,98,39); }

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