Html Css Color HEX #F57316 Pumpkin

📋 copy color: '#F57316'

red 245 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #F57316

Tints of Pumpkin #F57316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 64.14%
G = 30.1%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F57316 (or 0xF57316) is known color: Pumpkin. HEX triplet: F5, 73 and 16. RGB value is (245,115,22). Sum of RGB (Red+Green+Blue) = 245+115+22=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F57316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57316 is #0A8CE9. Grayscale: #8F8F8F. Windows color (decimal): -691434 or 1471477. OLE color: 1471477.

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

Color convert

RGB 245 115 22 -
CMYK 0 0.53 0.91 0.04
HSL 25.02º 0.92% 0.52% -
HSV(B) 25.02º 0.91% 0.96% -
XYZ 43.93 31.73 4.57 -
YUV 143.27 59.57 200.56 -
System Red Green Blue C M Y K H S L
Decimal 245 115 22 0 0.53 0.91 0.04 25.02 0.92 0.52
Hex F5 73 16 0 35 5B 4 19 5C 34
Octal 365 163 26 0 65 133 4 31 134 64
Binary 11110101 1110011 10110 0 110101 1011011 100 11001 1011100 110100

Color Harmonies of #F57316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57316

Black with #F57316

Text Example


Text Example

White with #F57316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57316; }

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

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

background-color css

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

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

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

border-color css

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

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

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