Html Css Color HEX #F56316 Pumpkin

📋 copy color: '#F56316'

red 245 ◦ green 99 ◦ blue 22

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

Shades of Pumpkin #F56316

Tints of Pumpkin #F56316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 66.94%
G = 27.05%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F56316 (or 0xF56316) is known color: Pumpkin. HEX triplet: F5, 63 and 16. RGB value is (245,99,22). Sum of RGB (Red+Green+Blue) = 245+99+22=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F56316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56316 is #0A9CE9. Grayscale: #868686. Windows color (decimal): -695530 or 1467381. OLE color: 1467381.

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

Color convert

RGB 245 99 22 -
CMYK 0 0.60 0.91 0.04
HSL 20.72º 0.92% 0.52% -
HSV(B) 20.72º 0.91% 0.96% -
XYZ 42.26 28.39 4.01 -
YUV 133.88 64.87 207.26 -
System Red Green Blue C M Y K H S L
Decimal 245 99 22 0 0.60 0.91 0.04 20.72 0.92 0.52
Hex F5 63 16 0 3C 5B 4 15 5C 34
Octal 365 143 26 0 74 133 4 25 134 64
Binary 11110101 1100011 10110 0 111100 1011011 100 10101 1011100 110100

Color Harmonies of #F56316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56316

Black with #F56316

Text Example


Text Example

White with #F56316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56316; }

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

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

background-color css

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

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

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

border-color css

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

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

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