Html Css Color HEX #F56D1A Pumpkin

📋 copy color: '#F56D1A'

red 245 ◦ green 109 ◦ blue 26

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

Shades of Pumpkin #F56D1A

Tints of Pumpkin #F56D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 64.47%
G = 28.68%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F56D1A (or 0xF56D1A) is known color: Pumpkin. HEX triplet: F5, 6D and 1A. RGB value is (245,109,26). Sum of RGB (Red+Green+Blue) = 245+109+26=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56D1A is #0A92E5. Grayscale: #8C8C8C. Windows color (decimal): -692966 or 1732085. OLE color: 1732085.

HSL color Cylindrical-coordinate representation of color #F56D1A: hue angle of 22.74º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F56D1A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 109 26 -
CMYK 0 0.56 0.89 0.04
HSL 22.74º 0.92% 0.53% -
HSV(B) 22.74º 0.89% 0.96% -
XYZ 43.31 30.42 4.57 -
YUV 140.2 63.56 202.75 -
System Red Green Blue C M Y K H S L
Decimal 245 109 26 0 0.56 0.89 0.04 22.74 0.92 0.53
Hex F5 6D 1A 0 38 59 4 17 5C 35
Octal 365 155 32 0 70 131 4 27 134 65
Binary 11110101 1101101 11010 0 111000 1011001 100 10111 1011100 110101

Color Harmonies of #F56D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56D1A

Black with #F56D1A

Text Example


Text Example

White with #F56D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56D1A; }

 p { color: rgb(245,109,26); }

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

background-color css

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

 a { background-color: rgb(245,109,26); }

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

border-color css

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

 span { border-color: rgb(245,109,26); }

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