Html Css Color HEX #F16228 Outrageous Orange

📋 copy color: '#F16228'

red 241 ◦ green 98 ◦ blue 40

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

Shades of Outrageous Orange #F16228

Tints of Outrageous Orange #F16228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.55%

R = 63.59%
G = 25.86%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16228 (or 0xF16228) is known color: Outrageous Orange. HEX triplet: F1, 62 and 28. RGB value is (241,98,40). Sum of RGB (Red+Green+Blue) = 241+98+40=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F16228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16228 is #0E9DD7. Grayscale: #868686. Windows color (decimal): -957912 or 2646769. OLE color: 2646769.

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

Color convert

RGB 241 98 40 -
CMYK 0 0.59 0.83 0.05
HSL 17.31º 0.88% 0.55% -
HSV(B) 17.31º 0.83% 0.95% -
XYZ 41.03 27.59 5.17 -
YUV 134.15 74.88 204.22 -
System Red Green Blue C M Y K H S L
Decimal 241 98 40 0 0.59 0.83 0.05 17.31 0.88 0.55
Hex F1 62 28 0 3B 53 5 11 58 37
Octal 361 142 50 0 73 123 5 21 130 67
Binary 11110001 1100010 101000 0 111011 1010011 101 10001 1011000 110111

Color Harmonies of #F16228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16228

Black with #F16228

Text Example


Text Example

White with #F16228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16228; }

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

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

background-color css

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

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

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

border-color css

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

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

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