Html Css Color HEX #F16422 Pumpkin

📋 copy color: '#F16422'

red 241 ◦ green 100 ◦ blue 34

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

Shades of Pumpkin #F16422

Tints of Pumpkin #F16422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 64.27%
G = 26.67%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F16422 (or 0xF16422) is known color: Pumpkin. HEX triplet: F1, 64 and 22. RGB value is (241,100,34). Sum of RGB (Red+Green+Blue) = 241+100+34=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F16422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16422 is #0E9BDD. Grayscale: #878787. Windows color (decimal): -957406 or 2254065. OLE color: 2254065.

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

Color convert

RGB 241 100 34 -
CMYK 0 0.59 0.86 0.05
HSL 19.13º 0.88% 0.54% -
HSV(B) 19.13º 0.86% 0.95% -
XYZ 41.12 27.93 4.74 -
YUV 134.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 241 100 34 0 0.59 0.86 0.05 19.13 0.88 0.54
Hex F1 64 22 0 3B 56 5 13 58 36
Octal 361 144 42 0 73 126 5 23 130 66
Binary 11110001 1100100 100010 0 111011 1010110 101 10011 1011000 110110

Color Harmonies of #F16422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16422

Black with #F16422

Text Example


Text Example

White with #F16422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16422; }

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

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

background-color css

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

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

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

border-color css

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

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

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