Html Css Color HEX #F58313 Pumpkin

📋 copy color: '#F58313'

red 245 ◦ green 131 ◦ blue 19

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

Shades of Pumpkin #F58313

Tints of Pumpkin #F58313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 62.03%
G = 33.16%
B = 4.81%

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

#F58313 (or 0xF58313) is known color: Pumpkin. HEX triplet: F5, 83 and 13. RGB value is (245,131,19). Sum of RGB (Red+Green+Blue) = 245+131+19=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F58313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58313 is #0A7CEC. Grayscale: #989898. Windows color (decimal): -687341 or 1278965. OLE color: 1278965.

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

Color convert

RGB 245 131 19 -
CMYK 0 0.47 0.92 0.04
HSL 29.73º 0.92% 0.52% -
HSV(B) 29.73º 0.92% 0.96% -
XYZ 45.89 35.69 5.09 -
YUV 152.32 52.77 194.11 -
System Red Green Blue C M Y K H S L
Decimal 245 131 19 0 0.47 0.92 0.04 29.73 0.92 0.52
Hex F5 83 13 0 2F 5C 4 1E 5C 34
Octal 365 203 23 0 57 134 4 36 134 64
Binary 11110101 10000011 10011 0 101111 1011100 100 11110 1011100 110100

Color Harmonies of #F58313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58313

Black with #F58313

Text Example


Text Example

White with #F58313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58313; }

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

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

background-color css

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

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

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

border-color css

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

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

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