Html Css Color HEX #F46C16 Pumpkin

📋 copy color: '#F46C16'

red 244 ◦ green 108 ◦ blue 22

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

Shades of Pumpkin #F46C16

Tints of Pumpkin #F46C16

RGB

 RED value IS 244 (95.7% from 255) = 65.24%

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

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 65.24%
G = 28.88%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F46C16 (or 0xF46C16) is known color: Pumpkin. HEX triplet: F4, 6C and 16. RGB value is (244,108,22). Sum of RGB (Red+Green+Blue) = 244+108+22=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46C16 is #0B93E9. Grayscale: #8B8B8B. Windows color (decimal): -758762 or 1469684. OLE color: 1469684.

HSL color Cylindrical-coordinate representation of color #F46C16: hue angle of 23.24º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F46C16 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 108 22 -
CMYK 0 0.56 0.91 0.04
HSL 23.24º 0.91% 0.52% -
HSV(B) 23.24º 0.91% 0.96% -
XYZ 42.82 30.02 4.3 -
YUV 138.86 62.06 202.99 -
System Red Green Blue C M Y K H S L
Decimal 244 108 22 0 0.56 0.91 0.04 23.24 0.91 0.52
Hex F4 6C 16 0 38 5B 4 17 5B 34
Octal 364 154 26 0 70 133 4 27 133 64
Binary 11110100 1101100 10110 0 111000 1011011 100 10111 1011011 110100

Color Harmonies of #F46C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46C16

Black with #F46C16

Text Example


Text Example

White with #F46C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46C16; }

 p { color: rgb(244,108,22); }

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

background-color css

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

 a { background-color: rgb(244,108,22); }

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

border-color css

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

 span { border-color: rgb(244,108,22); }

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