Html Css Color HEX #F58014 Pumpkin

📋 copy color: '#F58014'

red 245 ◦ green 128 ◦ blue 20

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

Shades of Pumpkin #F58014

Tints of Pumpkin #F58014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 62.34%
G = 32.57%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58014 (or 0xF58014) is known color: Pumpkin. HEX triplet: F5, 80 and 14. RGB value is (245,128,20). Sum of RGB (Red+Green+Blue) = 245+128+20=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F58014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58014 is #0A7FEB. Grayscale: #979797. Windows color (decimal): -688108 or 1343733. OLE color: 1343733.

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

Color convert

RGB 245 128 20 -
CMYK 0 0.48 0.92 0.04
HSL 28.8º 0.92% 0.52% -
HSV(B) 28.8º 0.92% 0.96% -
XYZ 45.5 34.9 5 -
YUV 150.67 54.26 195.28 -
System Red Green Blue C M Y K H S L
Decimal 245 128 20 0 0.48 0.92 0.04 28.8 0.92 0.52
Hex F5 80 14 0 30 5C 4 1D 5C 34
Octal 365 200 24 0 60 134 4 35 134 64
Binary 11110101 10000000 10100 0 110000 1011100 100 11101 1011100 110100

Color Harmonies of #F58014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58014

Black with #F58014

Text Example


Text Example

White with #F58014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58014; }

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

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

background-color css

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

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

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

border-color css

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

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

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