Html Css Color HEX #F56514 Pumpkin

📋 copy color: '#F56514'

red 245 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #F56514

Tints of Pumpkin #F56514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 66.94%
G = 27.6%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F56514 (or 0xF56514) is known color: Pumpkin. HEX triplet: F5, 65 and 14. RGB value is (245,101,20). Sum of RGB (Red+Green+Blue) = 245+101+20=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F56514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56514 is #0A9AEB. Grayscale: #878787. Windows color (decimal): -695020 or 1336821. OLE color: 1336821.

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

Color convert

RGB 245 101 20 -
CMYK 0 0.59 0.92 0.04
HSL 21.6º 0.92% 0.52% -
HSV(B) 21.6º 0.92% 0.96% -
XYZ 42.44 28.77 3.98 -
YUV 134.82 63.21 206.59 -
System Red Green Blue C M Y K H S L
Decimal 245 101 20 0 0.59 0.92 0.04 21.6 0.92 0.52
Hex F5 65 14 0 3B 5C 4 16 5C 34
Octal 365 145 24 0 73 134 4 26 134 64
Binary 11110101 1100101 10100 0 111011 1011100 100 10110 1011100 110100

Color Harmonies of #F56514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56514

Black with #F56514

Text Example


Text Example

White with #F56514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56514; }

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

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

background-color css

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

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

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

border-color css

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

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

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