Html Css Color HEX #F57215 Pumpkin

📋 copy color: '#F57215'

red 245 ◦ green 114 ◦ blue 21

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

Shades of Pumpkin #F57215

Tints of Pumpkin #F57215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 64.47%
G = 30%
B = 5.53%

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

#F57215 (or 0xF57215) is known color: Pumpkin. HEX triplet: F5, 72 and 15. RGB value is (245,114,21). Sum of RGB (Red+Green+Blue) = 245+114+21=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F57215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57215 is #0A8DEA. Grayscale: #8F8F8F. Windows color (decimal): -691691 or 1405685. OLE color: 1405685.

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

Color convert

RGB 245 114 21 -
CMYK 0 0.53 0.91 0.04
HSL 24.91º 0.92% 0.52% -
HSV(B) 24.91º 0.91% 0.96% -
XYZ 43.81 31.5 4.48 -
YUV 142.57 59.4 201.06 -
System Red Green Blue C M Y K H S L
Decimal 245 114 21 0 0.53 0.91 0.04 24.91 0.92 0.52
Hex F5 72 15 0 35 5B 4 19 5C 34
Octal 365 162 25 0 65 133 4 31 134 64
Binary 11110101 1110010 10101 0 110101 1011011 100 11001 1011100 110100

Color Harmonies of #F57215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57215

Black with #F57215

Text Example


Text Example

White with #F57215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57215; }

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

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

background-color css

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

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

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

border-color css

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

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

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