Html Css Color HEX #F57310 Pumpkin

📋 copy color: '#F57310'

red 245 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #F57310

Tints of Pumpkin #F57310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 65.16%
G = 30.59%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57310 (or 0xF57310) is known color: Pumpkin. HEX triplet: F5, 73 and 10. RGB value is (245,115,16). Sum of RGB (Red+Green+Blue) = 245+115+16=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57310 is #0A8CEF. Grayscale: #8F8F8F. Windows color (decimal): -691440 or 1078261. OLE color: 1078261.

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

Color convert

RGB 245 115 16 -
CMYK 0 0.53 0.93 0.04
HSL 25.94º 0.92% 0.51% -
HSV(B) 25.94º 0.93% 0.96% -
XYZ 43.88 31.71 4.3 -
YUV 142.58 56.57 201.05 -
System Red Green Blue C M Y K H S L
Decimal 245 115 16 0 0.53 0.93 0.04 25.94 0.92 0.51
Hex F5 73 10 0 35 5D 4 1A 5C 33
Octal 365 163 20 0 65 135 4 32 134 63
Binary 11110101 1110011 10000 0 110101 1011101 100 11010 1011100 110011

Color Harmonies of #F57310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57310

Black with #F57310

Text Example


Text Example

White with #F57310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57310; }

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

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

background-color css

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

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

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

border-color css

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

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

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