Html Css Color HEX #F57914 Pumpkin

📋 copy color: '#F57914'

red 245 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #F57914

Tints of Pumpkin #F57914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 63.47%
G = 31.35%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F57914 (or 0xF57914) is known color: Pumpkin. HEX triplet: F5, 79 and 14. RGB value is (245,121,20). Sum of RGB (Red+Green+Blue) = 245+121+20=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F57914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57914 is #0A86EB. Grayscale: #939393. Windows color (decimal): -689900 or 1341941. OLE color: 1341941.

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

Color convert

RGB 245 121 20 -
CMYK 0 0.51 0.92 0.04
HSL 26.93º 0.92% 0.52% -
HSV(B) 26.93º 0.92% 0.96% -
XYZ 44.62 33.14 4.71 -
YUV 146.56 56.58 198.21 -
System Red Green Blue C M Y K H S L
Decimal 245 121 20 0 0.51 0.92 0.04 26.93 0.92 0.52
Hex F5 79 14 0 33 5C 4 1B 5C 34
Octal 365 171 24 0 63 134 4 33 134 64
Binary 11110101 1111001 10100 0 110011 1011100 100 11011 1011100 110100

Color Harmonies of #F57914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57914

Black with #F57914

Text Example


Text Example

White with #F57914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57914; }

 p { color: rgb(245,121,20); }

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

background-color css

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

 a { background-color: rgb(245,121,20); }

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

border-color css

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

 span { border-color: rgb(245,121,20); }

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