Html Css Color HEX #F56315 Pumpkin

📋 copy color: '#F56315'

red 245 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #F56315

Tints of Pumpkin #F56315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 67.12%
G = 27.12%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F56315 (or 0xF56315) is known color: Pumpkin. HEX triplet: F5, 63 and 15. RGB value is (245,99,21). Sum of RGB (Red+Green+Blue) = 245+99+21=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F56315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56315 is #0A9CEA. Grayscale: #868686. Windows color (decimal): -695531 or 1401845. OLE color: 1401845.

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

Color convert

RGB 245 99 21 -
CMYK 0 0.60 0.91 0.04
HSL 20.89º 0.92% 0.52% -
HSV(B) 20.89º 0.91% 0.96% -
XYZ 42.25 28.39 3.96 -
YUV 133.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 245 99 21 0 0.60 0.91 0.04 20.89 0.92 0.52
Hex F5 63 15 0 3C 5B 4 15 5C 34
Octal 365 143 25 0 74 133 4 25 134 64
Binary 11110101 1100011 10101 0 111100 1011011 100 10101 1011100 110100

Color Harmonies of #F56315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56315

Black with #F56315

Text Example


Text Example

White with #F56315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56315; }

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

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

background-color css

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

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

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

border-color css

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

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

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