Html Css Color HEX #F58112 Pumpkin

📋 copy color: '#F58112'

red 245 ◦ green 129 ◦ blue 18

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

Shades of Pumpkin #F58112

Tints of Pumpkin #F58112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 62.5%
G = 32.91%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F58112 (or 0xF58112) is known color: Pumpkin. HEX triplet: F5, 81 and 12. RGB value is (245,129,18). Sum of RGB (Red+Green+Blue) = 245+129+18=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F58112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58112 is #0A7EED. Grayscale: #979797. Windows color (decimal): -687854 or 1212917. OLE color: 1212917.

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

Color convert

RGB 245 129 18 -
CMYK 0 0.47 0.93 0.04
HSL 29.34º 0.92% 0.52% -
HSV(B) 29.34º 0.93% 0.96% -
XYZ 45.62 35.16 4.95 -
YUV 151.03 52.93 195.03 -
System Red Green Blue C M Y K H S L
Decimal 245 129 18 0 0.47 0.93 0.04 29.34 0.92 0.52
Hex F5 81 12 0 2F 5D 4 1D 5C 34
Octal 365 201 22 0 57 135 4 35 134 64
Binary 11110101 10000001 10010 0 101111 1011101 100 11101 1011100 110100

Color Harmonies of #F58112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58112

Black with #F58112

Text Example


Text Example

White with #F58112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58112; }

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

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

background-color css

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

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

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

border-color css

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

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

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