Html Css Color HEX #F16C21 Pumpkin

📋 copy color: '#F16C21'

red 241 ◦ green 108 ◦ blue 33

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

Shades of Pumpkin #F16C21

Tints of Pumpkin #F16C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 63.09%
G = 28.27%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F16C21 (or 0xF16C21) is known color: Pumpkin. HEX triplet: F1, 6C and 21. RGB value is (241,108,33). Sum of RGB (Red+Green+Blue) = 241+108+33=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C21 is #0E93DE. Grayscale: #8B8B8B. Windows color (decimal): -955359 or 2190577. OLE color: 2190577.

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

Color convert

RGB 241 108 33 -
CMYK 0 0.55 0.86 0.05
HSL 21.63º 0.88% 0.54% -
HSV(B) 21.63º 0.86% 0.95% -
XYZ 41.91 29.54 4.93 -
YUV 139.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 241 108 33 0 0.55 0.86 0.05 21.63 0.88 0.54
Hex F1 6C 21 0 37 56 5 16 58 36
Octal 361 154 41 0 67 126 5 26 130 66
Binary 11110001 1101100 100001 0 110111 1010110 101 10110 1011000 110110

Color Harmonies of #F16C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C21

Black with #F16C21

Text Example


Text Example

White with #F16C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C21; }

 p { color: rgb(241,108,33); }

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

background-color css

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

 a { background-color: rgb(241,108,33); }

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

border-color css

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

 span { border-color: rgb(241,108,33); }

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