Html Css Color HEX #F56515 Pumpkin

📋 copy color: '#F56515'

red 245 ◦ green 101 ◦ blue 21

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

Shades of Pumpkin #F56515

Tints of Pumpkin #F56515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 66.76%
G = 27.52%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F56515 (or 0xF56515) is known color: Pumpkin. HEX triplet: F5, 65 and 15. RGB value is (245,101,21). Sum of RGB (Red+Green+Blue) = 245+101+21=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F56515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56515 is #0A9AEA. Grayscale: #878787. Windows color (decimal): -695019 or 1402357. OLE color: 1402357.

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

Color convert

RGB 245 101 21 -
CMYK 0 0.59 0.91 0.04
HSL 21.43º 0.92% 0.52% -
HSV(B) 21.43º 0.91% 0.96% -
XYZ 42.45 28.77 4.03 -
YUV 134.94 63.71 206.5 -
System Red Green Blue C M Y K H S L
Decimal 245 101 21 0 0.59 0.91 0.04 21.43 0.92 0.52
Hex F5 65 15 0 3B 5B 4 15 5C 34
Octal 365 145 25 0 73 133 4 25 134 64
Binary 11110101 1100101 10101 0 111011 1011011 100 10101 1011100 110100

Color Harmonies of #F56515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56515

Black with #F56515

Text Example


Text Example

White with #F56515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56515; }

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

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

background-color css

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

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

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

border-color css

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

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

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