Html Css Color HEX #F16028 Outrageous Orange

📋 copy color: '#F16028'

red 241 ◦ green 96 ◦ blue 40

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

Shades of Outrageous Orange #F16028

Tints of Outrageous Orange #F16028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 63.93%
G = 25.46%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16028 (or 0xF16028) is known color: Outrageous Orange. HEX triplet: F1, 60 and 28. RGB value is (241,96,40). Sum of RGB (Red+Green+Blue) = 241+96+40=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F16028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16028 is #0E9FD7. Grayscale: #858585. Windows color (decimal): -958424 or 2646257. OLE color: 2646257.

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

Color convert

RGB 241 96 40 -
CMYK 0 0.60 0.83 0.05
HSL 16.72º 0.88% 0.55% -
HSV(B) 16.72º 0.83% 0.95% -
XYZ 40.84 27.22 5.11 -
YUV 132.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 241 96 40 0 0.60 0.83 0.05 16.72 0.88 0.55
Hex F1 60 28 0 3C 53 5 11 58 37
Octal 361 140 50 0 74 123 5 21 130 67
Binary 11110001 1100000 101000 0 111100 1010011 101 10001 1011000 110111

Color Harmonies of #F16028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16028

Black with #F16028

Text Example


Text Example

White with #F16028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16028; }

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

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

background-color css

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

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

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

border-color css

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

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

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