Html Css Color HEX #F16020 Pumpkin

📋 copy color: '#F16020'

red 241 ◦ green 96 ◦ blue 32

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

Shades of Pumpkin #F16020

Tints of Pumpkin #F16020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 65.31%
G = 26.02%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16020 (or 0xF16020) is known color: Pumpkin. HEX triplet: F1, 60 and 20. RGB value is (241,96,32). Sum of RGB (Red+Green+Blue) = 241+96+32=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F16020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16020 is #0E9FDF. Grayscale: #848484. Windows color (decimal): -958432 or 2121969. OLE color: 2121969.

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

Color convert

RGB 241 96 32 -
CMYK 0 0.60 0.87 0.05
HSL 18.37º 0.88% 0.54% -
HSV(B) 18.37º 0.87% 0.95% -
XYZ 40.72 27.17 4.46 -
YUV 132.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 241 96 32 0 0.60 0.87 0.05 18.37 0.88 0.54
Hex F1 60 20 0 3C 57 5 12 58 36
Octal 361 140 40 0 74 127 5 22 130 66
Binary 11110001 1100000 100000 0 111100 1010111 101 10010 1011000 110110

Color Harmonies of #F16020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16020

Black with #F16020

Text Example


Text Example

White with #F16020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16020; }

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

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

background-color css

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

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

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

border-color css

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

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

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