Html Css Color HEX #F57012 Pumpkin

📋 copy color: '#F57012'

red 245 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #F57012

Tints of Pumpkin #F57012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 65.33%
G = 29.87%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57012 (or 0xF57012) is known color: Pumpkin. HEX triplet: F5, 70 and 12. RGB value is (245,112,18). Sum of RGB (Red+Green+Blue) = 245+112+18=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F57012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57012 is #0A8FED. Grayscale: #8D8D8D. Windows color (decimal): -692206 or 1208565. OLE color: 1208565.

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

Color convert

RGB 245 112 18 -
CMYK 0 0.54 0.93 0.04
HSL 24.85º 0.92% 0.52% -
HSV(B) 24.85º 0.93% 0.96% -
XYZ 43.56 31.04 4.27 -
YUV 141.05 58.56 202.14 -
System Red Green Blue C M Y K H S L
Decimal 245 112 18 0 0.54 0.93 0.04 24.85 0.92 0.52
Hex F5 70 12 0 36 5D 4 19 5C 34
Octal 365 160 22 0 66 135 4 31 134 64
Binary 11110101 1110000 10010 0 110110 1011101 100 11001 1011100 110100

Color Harmonies of #F57012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57012

Black with #F57012

Text Example


Text Example

White with #F57012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57012; }

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

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

background-color css

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

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

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

border-color css

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

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

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