Html Css Color HEX #F56C1C Pumpkin

📋 copy color: '#F56C1C'

red 245 ◦ green 108 ◦ blue 28

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

Shades of Pumpkin #F56C1C

Tints of Pumpkin #F56C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 64.3%
G = 28.35%
B = 7.35%

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

#F56C1C (or 0xF56C1C) is known color: Pumpkin. HEX triplet: F5, 6C and 1C. RGB value is (245,108,28). Sum of RGB (Red+Green+Blue) = 245+108+28=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C1C is #0A93E3. Grayscale: #8C8C8C. Windows color (decimal): -693220 or 1862901. OLE color: 1862901.

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

Color convert

RGB 245 108 28 -
CMYK 0 0.56 0.89 0.04
HSL 22.12º 0.92% 0.54% -
HSV(B) 22.12º 0.89% 0.96% -
XYZ 43.23 30.22 4.65 -
YUV 139.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 245 108 28 0 0.56 0.89 0.04 22.12 0.92 0.54
Hex F5 6C 1C 0 38 59 4 16 5C 36
Octal 365 154 34 0 70 131 4 26 134 66
Binary 11110101 1101100 11100 0 111000 1011001 100 10110 1011100 110110

Color Harmonies of #F56C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C1C

Black with #F56C1C

Text Example


Text Example

White with #F56C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C1C; }

 p { color: rgb(245,108,28); }

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

background-color css

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

 a { background-color: rgb(245,108,28); }

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

border-color css

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

 span { border-color: rgb(245,108,28); }

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