Html Css Color HEX #F56516 Pumpkin

📋 copy color: '#F56516'

red 245 ◦ green 101 ◦ blue 22

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

Shades of Pumpkin #F56516

Tints of Pumpkin #F56516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 66.58%
G = 27.45%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F56516 (or 0xF56516) is known color: Pumpkin. HEX triplet: F5, 65 and 16. RGB value is (245,101,22). Sum of RGB (Red+Green+Blue) = 245+101+22=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F56516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56516 is #0A9AE9. Grayscale: #878787. Windows color (decimal): -695018 or 1467893. OLE color: 1467893.

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

Color convert

RGB 245 101 22 -
CMYK 0 0.59 0.91 0.04
HSL 21.26º 0.92% 0.52% -
HSV(B) 21.26º 0.91% 0.96% -
XYZ 42.45 28.78 4.08 -
YUV 135.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 245 101 22 0 0.59 0.91 0.04 21.26 0.92 0.52
Hex F5 65 16 0 3B 5B 4 15 5C 34
Octal 365 145 26 0 73 133 4 25 134 64
Binary 11110101 1100101 10110 0 111011 1011011 100 10101 1011100 110100

Color Harmonies of #F56516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56516

Black with #F56516

Text Example


Text Example

White with #F56516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56516; }

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

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

background-color css

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

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

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

border-color css

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

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

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