Html Css Color HEX #F57E15 Pumpkin

📋 copy color: '#F57E15'

red 245 ◦ green 126 ◦ blue 21

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

Shades of Pumpkin #F57E15

Tints of Pumpkin #F57E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 62.5%
G = 32.14%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F57E15 (or 0xF57E15) is known color: Pumpkin. HEX triplet: F5, 7E and 15. RGB value is (245,126,21). Sum of RGB (Red+Green+Blue) = 245+126+21=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57E15 is #0A81EA. Grayscale: #969696. Windows color (decimal): -688619 or 1408757. OLE color: 1408757.

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

Color convert

RGB 245 126 21 -
CMYK 0 0.49 0.91 0.04
HSL 28.13º 0.92% 0.52% -
HSV(B) 28.13º 0.91% 0.96% -
XYZ 45.25 34.39 4.96 -
YUV 149.61 55.42 196.04 -
System Red Green Blue C M Y K H S L
Decimal 245 126 21 0 0.49 0.91 0.04 28.13 0.92 0.52
Hex F5 7E 15 0 31 5B 4 1C 5C 34
Octal 365 176 25 0 61 133 4 34 134 64
Binary 11110101 1111110 10101 0 110001 1011011 100 11100 1011100 110100

Color Harmonies of #F57E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E15

Black with #F57E15

Text Example


Text Example

White with #F57E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E15; }

 p { color: rgb(245,126,21); }

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

background-color css

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

 a { background-color: rgb(245,126,21); }

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

border-color css

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

 span { border-color: rgb(245,126,21); }

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