Html Css Color HEX #F57013 Pumpkin

📋 copy color: '#F57013'

red 245 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #F57013

Tints of Pumpkin #F57013

RGB

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

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

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

R = 65.16%
G = 29.79%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F57013 (or 0xF57013) is known color: Pumpkin. HEX triplet: F5, 70 and 13. RGB value is (245,112,19). Sum of RGB (Red+Green+Blue) = 245+112+19=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57013 is #0A8FEC. Grayscale: #8D8D8D. Windows color (decimal): -692205 or 1274101. OLE color: 1274101.

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

Color convert

RGB 245 112 19 -
CMYK 0 0.54 0.92 0.04
HSL 24.69º 0.92% 0.52% -
HSV(B) 24.69º 0.92% 0.96% -
XYZ 43.57 31.05 4.31 -
YUV 141.17 59.06 202.06 -
System Red Green Blue C M Y K H S L
Decimal 245 112 19 0 0.54 0.92 0.04 24.69 0.92 0.52
Hex F5 70 13 0 36 5C 4 19 5C 34
Octal 365 160 23 0 66 134 4 31 134 64
Binary 11110101 1110000 10011 0 110110 1011100 100 11001 1011100 110100

Color Harmonies of #F57013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57013

Black with #F57013

Text Example


Text Example

White with #F57013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57013; }

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

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

background-color css

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

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

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

border-color css

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

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

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