Html Css Color HEX #F16022 Outrageous Orange

📋 copy color: '#F16022'

red 241 ◦ green 96 ◦ blue 34

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

Shades of Outrageous Orange #F16022

Tints of Outrageous Orange #F16022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 64.96%
G = 25.88%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F16022 (or 0xF16022) is known color: Outrageous Orange. HEX triplet: F1, 60 and 22. RGB value is (241,96,34). Sum of RGB (Red+Green+Blue) = 241+96+34=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16022 is #0E9FDD. Grayscale: #848484. Windows color (decimal): -958430 or 2253041. OLE color: 2253041.

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

Color convert

RGB 241 96 34 -
CMYK 0 0.60 0.86 0.05
HSL 17.97º 0.88% 0.54% -
HSV(B) 17.97º 0.86% 0.95% -
XYZ 40.75 27.18 4.61 -
YUV 132.29 72.54 205.54 -
System Red Green Blue C M Y K H S L
Decimal 241 96 34 0 0.60 0.86 0.05 17.97 0.88 0.54
Hex F1 60 22 0 3C 56 5 12 58 36
Octal 361 140 42 0 74 126 5 22 130 66
Binary 11110001 1100000 100010 0 111100 1010110 101 10010 1011000 110110

Color Harmonies of #F16022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16022

Black with #F16022

Text Example


Text Example

White with #F16022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16022; }

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

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

background-color css

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

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

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

border-color css

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

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

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