Html Css Color HEX #F16820 Pumpkin

📋 copy color: '#F16820'

red 241 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #F16820

Tints of Pumpkin #F16820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

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

R = 63.93%
G = 27.59%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16820 (or 0xF16820) is known color: Pumpkin. HEX triplet: F1, 68 and 20. RGB value is (241,104,32). Sum of RGB (Red+Green+Blue) = 241+104+32=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F16820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16820 is #0E97DF. Grayscale: #898989. Windows color (decimal): -956384 or 2124017. OLE color: 2124017.

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

Color convert

RGB 241 104 32 -
CMYK 0 0.57 0.87 0.05
HSL 20.67º 0.88% 0.54% -
HSV(B) 20.67º 0.87% 0.95% -
XYZ 41.49 28.71 4.72 -
YUV 136.76 68.89 202.35 -
System Red Green Blue C M Y K H S L
Decimal 241 104 32 0 0.57 0.87 0.05 20.67 0.88 0.54
Hex F1 68 20 0 39 57 5 15 58 36
Octal 361 150 40 0 71 127 5 25 130 66
Binary 11110001 1101000 100000 0 111001 1010111 101 10101 1011000 110110

Color Harmonies of #F16820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16820

Black with #F16820

Text Example


Text Example

White with #F16820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16820; }

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

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

background-color css

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

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

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

border-color css

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

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

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