Html Css Color HEX #F58213 Pumpkin

📋 copy color: '#F58213'

red 245 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #F58213

Tints of Pumpkin #F58213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 62.18%
G = 32.99%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58213 (or 0xF58213) is known color: Pumpkin. HEX triplet: F5, 82 and 13. RGB value is (245,130,19). Sum of RGB (Red+Green+Blue) = 245+130+19=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F58213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58213 is #0A7DEC. Grayscale: #989898. Windows color (decimal): -687597 or 1278709. OLE color: 1278709.

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

Color convert

RGB 245 130 19 -
CMYK 0 0.47 0.92 0.04
HSL 29.47º 0.92% 0.52% -
HSV(B) 29.47º 0.92% 0.96% -
XYZ 45.76 35.42 5.04 -
YUV 151.73 53.1 194.53 -
System Red Green Blue C M Y K H S L
Decimal 245 130 19 0 0.47 0.92 0.04 29.47 0.92 0.52
Hex F5 82 13 0 2F 5C 4 1D 5C 34
Octal 365 202 23 0 57 134 4 35 134 64
Binary 11110101 10000010 10011 0 101111 1011100 100 11101 1011100 110100

Color Harmonies of #F58213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58213

Black with #F58213

Text Example


Text Example

White with #F58213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58213; }

 p { color: rgb(245,130,19); }

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

background-color css

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

 a { background-color: rgb(245,130,19); }

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

border-color css

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

 span { border-color: rgb(245,130,19); }

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