Html Css Color HEX #F58012 Pumpkin

📋 copy color: '#F58012'

red 245 ◦ green 128 ◦ blue 18

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

Shades of Pumpkin #F58012

Tints of Pumpkin #F58012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 62.66%
G = 32.74%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F58012 (or 0xF58012) is known color: Pumpkin. HEX triplet: F5, 80 and 12. RGB value is (245,128,18). Sum of RGB (Red+Green+Blue) = 245+128+18=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F58012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58012 is #0A7FED. Grayscale: #969696. Windows color (decimal): -688110 or 1212661. OLE color: 1212661.

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

Color convert

RGB 245 128 18 -
CMYK 0 0.48 0.93 0.04
HSL 29.07º 0.92% 0.52% -
HSV(B) 29.07º 0.93% 0.96% -
XYZ 45.48 34.89 4.91 -
YUV 150.44 53.26 195.44 -
System Red Green Blue C M Y K H S L
Decimal 245 128 18 0 0.48 0.93 0.04 29.07 0.92 0.52
Hex F5 80 12 0 30 5D 4 1D 5C 34
Octal 365 200 22 0 60 135 4 35 134 64
Binary 11110101 10000000 10010 0 110000 1011101 100 11101 1011100 110100

Color Harmonies of #F58012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58012

Black with #F58012

Text Example


Text Example

White with #F58012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58012; }

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

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

background-color css

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

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

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

border-color css

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

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

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