Html Css Color HEX #F56B14 Pumpkin

📋 copy color: '#F56B14'

red 245 ◦ green 107 ◦ blue 20

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

Shades of Pumpkin #F56B14

Tints of Pumpkin #F56B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 65.86%
G = 28.76%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F56B14 (or 0xF56B14) is known color: Pumpkin. HEX triplet: F5, 6B and 14. RGB value is (245,107,20). Sum of RGB (Red+Green+Blue) = 245+107+20=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56B14 is #0A94EB. Grayscale: #8A8A8A. Windows color (decimal): -693484 or 1338357. OLE color: 1338357.

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

Color convert

RGB 245 107 20 -
CMYK 0 0.56 0.92 0.04
HSL 23.2º 0.92% 0.52% -
HSV(B) 23.2º 0.92% 0.96% -
XYZ 43.04 29.98 4.18 -
YUV 138.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 245 107 20 0 0.56 0.92 0.04 23.2 0.92 0.52
Hex F5 6B 14 0 38 5C 4 17 5C 34
Octal 365 153 24 0 70 134 4 27 134 64
Binary 11110101 1101011 10100 0 111000 1011100 100 10111 1011100 110100

Color Harmonies of #F56B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56B14

Black with #F56B14

Text Example


Text Example

White with #F56B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56B14; }

 p { color: rgb(245,107,20); }

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

background-color css

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

 a { background-color: rgb(245,107,20); }

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

border-color css

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

 span { border-color: rgb(245,107,20); }

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