Html Css Color HEX #F56114 Pumpkin

📋 copy color: '#F56114'

red 245 ◦ green 97 ◦ blue 20

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

Shades of Pumpkin #F56114

Tints of Pumpkin #F56114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 67.68%
G = 26.8%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F56114 (or 0xF56114) is known color: Pumpkin. HEX triplet: F5, 61 and 14. RGB value is (245,97,20). Sum of RGB (Red+Green+Blue) = 245+97+20=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F56114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56114 is #0A9EEB. Grayscale: #848484. Windows color (decimal): -696044 or 1335797. OLE color: 1335797.

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

Color convert

RGB 245 97 20 -
CMYK 0 0.60 0.92 0.04
HSL 20.53º 0.92% 0.52% -
HSV(B) 20.53º 0.92% 0.96% -
XYZ 42.06 28.01 3.85 -
YUV 132.47 64.53 208.26 -
System Red Green Blue C M Y K H S L
Decimal 245 97 20 0 0.60 0.92 0.04 20.53 0.92 0.52
Hex F5 61 14 0 3C 5C 4 15 5C 34
Octal 365 141 24 0 74 134 4 25 134 64
Binary 11110101 1100001 10100 0 111100 1011100 100 10101 1011100 110100

Color Harmonies of #F56114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56114

Black with #F56114

Text Example


Text Example

White with #F56114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56114; }

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

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

background-color css

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

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

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

border-color css

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

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

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