Html Css Color HEX #F56E16 Pumpkin

📋 copy color: '#F56E16'

red 245 ◦ green 110 ◦ blue 22

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

Shades of Pumpkin #F56E16

Tints of Pumpkin #F56E16

RGB

 RED value IS 245 (96.09% from 255) = 64.99%

 GREEN value IS 110 (43.36% from 255) = 29.18%

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

R = 64.99%
G = 29.18%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F56E16 (or 0xF56E16) is known color: Pumpkin. HEX triplet: F5, 6E and 16. RGB value is (245,110,22). Sum of RGB (Red+Green+Blue) = 245+110+22=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56E16 is #0A91E9. Grayscale: #8C8C8C. Windows color (decimal): -692714 or 1470197. OLE color: 1470197.

HSL color Cylindrical-coordinate representation of color #F56E16: hue angle of 23.68º degrees, saturation: 0.92, 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 #F56E16 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 110 22 -
CMYK 0 0.55 0.91 0.04
HSL 23.68º 0.92% 0.52% -
HSV(B) 23.68º 0.91% 0.96% -
XYZ 43.38 30.62 4.38 -
YUV 140.33 61.23 202.66 -
System Red Green Blue C M Y K H S L
Decimal 245 110 22 0 0.55 0.91 0.04 23.68 0.92 0.52
Hex F5 6E 16 0 37 5B 4 18 5C 34
Octal 365 156 26 0 67 133 4 30 134 64
Binary 11110101 1101110 10110 0 110111 1011011 100 11000 1011100 110100

Color Harmonies of #F56E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56E16

Black with #F56E16

Text Example


Text Example

White with #F56E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56E16; }

 p { color: rgb(245,110,22); }

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

background-color css

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

 a { background-color: rgb(245,110,22); }

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

border-color css

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

 span { border-color: rgb(245,110,22); }

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