Html Css Color HEX #F57C11 Pumpkin

📋 copy color: '#F57C11'

red 245 ◦ green 124 ◦ blue 17

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

Shades of Pumpkin #F57C11

Tints of Pumpkin #F57C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 63.47%
G = 32.12%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57C11 (or 0xF57C11) is known color: Pumpkin. HEX triplet: F5, 7C and 11. RGB value is (245,124,17). Sum of RGB (Red+Green+Blue) = 245+124+17=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C11 is #0A83EE. Grayscale: #949494. Windows color (decimal): -689135 or 1146101. OLE color: 1146101.

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

Color convert

RGB 245 124 17 -
CMYK 0 0.49 0.93 0.04
HSL 28.16º 0.92% 0.51% -
HSV(B) 28.16º 0.93% 0.96% -
XYZ 44.97 33.87 4.7 -
YUV 147.98 54.09 197.2 -
System Red Green Blue C M Y K H S L
Decimal 245 124 17 0 0.49 0.93 0.04 28.16 0.92 0.51
Hex F5 7C 11 0 31 5D 4 1C 5C 33
Octal 365 174 21 0 61 135 4 34 134 63
Binary 11110101 1111100 10001 0 110001 1011101 100 11100 1011100 110011

Color Harmonies of #F57C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C11

Black with #F57C11

Text Example


Text Example

White with #F57C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C11; }

 p { color: rgb(245,124,17); }

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

background-color css

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

 a { background-color: rgb(245,124,17); }

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

border-color css

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

 span { border-color: rgb(245,124,17); }

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