Html Css Color HEX #F57313 Pumpkin

📋 copy color: '#F57313'

red 245 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #F57313

Tints of Pumpkin #F57313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 64.64%
G = 30.34%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F57313 (or 0xF57313) is known color: Pumpkin. HEX triplet: F5, 73 and 13. RGB value is (245,115,19). Sum of RGB (Red+Green+Blue) = 245+115+19=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F57313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57313 is #0A8CEC. Grayscale: #8F8F8F. Windows color (decimal): -691437 or 1274869. OLE color: 1274869.

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

Color convert

RGB 245 115 19 -
CMYK 0 0.53 0.92 0.04
HSL 25.49º 0.92% 0.52% -
HSV(B) 25.49º 0.92% 0.96% -
XYZ 43.9 31.72 4.42 -
YUV 142.93 58.07 200.81 -
System Red Green Blue C M Y K H S L
Decimal 245 115 19 0 0.53 0.92 0.04 25.49 0.92 0.52
Hex F5 73 13 0 35 5C 4 19 5C 34
Octal 365 163 23 0 65 134 4 31 134 64
Binary 11110101 1110011 10011 0 110101 1011100 100 11001 1011100 110100

Color Harmonies of #F57313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57313

Black with #F57313

Text Example


Text Example

White with #F57313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57313; }

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

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

background-color css

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

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

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

border-color css

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

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

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