Html Css Color HEX #F56F1F Pumpkin

📋 copy color: '#F56F1F'

red 245 ◦ green 111 ◦ blue 31

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

Shades of Pumpkin #F56F1F

Tints of Pumpkin #F56F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 31 (12.5% from 255) = 8.01%

R = 63.31%
G = 28.68%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F56F1F (or 0xF56F1F) is known color: Pumpkin. HEX triplet: F5, 6F and 1F. RGB value is (245,111,31). Sum of RGB (Red+Green+Blue) = 245+111+31=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F1F is #0A90E0. Grayscale: #8E8E8E. Windows color (decimal): -692449 or 2060277. OLE color: 2060277.

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

Color convert

RGB 245 111 31 -
CMYK 0 0.55 0.87 0.04
HSL 22.43º 0.91% 0.54% -
HSV(B) 22.43º 0.87% 0.96% -
XYZ 43.59 30.88 4.96 -
YUV 141.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 245 111 31 0 0.55 0.87 0.04 22.43 0.91 0.54
Hex F5 6F 1F 0 37 57 4 16 5B 36
Octal 365 157 37 0 67 127 4 26 133 66
Binary 11110101 1101111 11111 0 110111 1010111 100 10110 1011011 110110

Color Harmonies of #F56F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F1F

Black with #F56F1F

Text Example


Text Example

White with #F56F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F1F; }

 p { color: rgb(245,111,31); }

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

background-color css

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

 a { background-color: rgb(245,111,31); }

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

border-color css

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

 span { border-color: rgb(245,111,31); }

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