Html Css Color HEX #F56F0E Pumpkin

📋 copy color: '#F56F0E'

red 245 ◦ green 111 ◦ blue 14

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

Shades of Pumpkin #F56F0E

Tints of Pumpkin #F56F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.78%

R = 66.22%
G = 30%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F56F0E (or 0xF56F0E) is known color: Pumpkin. HEX triplet: F5, 6F and 0E. RGB value is (245,111,14). Sum of RGB (Red+Green+Blue) = 245+111+14=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56F0E is #0A90F1. Grayscale: #8C8C8C. Windows color (decimal): -692466 or 946165. OLE color: 946165.

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

Color convert

RGB 245 111 14 -
CMYK 0 0.55 0.94 0.04
HSL 25.19º 0.92% 0.51% -
HSV(B) 25.19º 0.94% 0.96% -
XYZ 43.42 30.81 4.07 -
YUV 140.01 56.89 202.89 -
System Red Green Blue C M Y K H S L
Decimal 245 111 14 0 0.55 0.94 0.04 25.19 0.92 0.51
Hex F5 6F E 0 37 5E 4 19 5C 33
Octal 365 157 16 0 67 136 4 31 134 63
Binary 11110101 1101111 1110 0 110111 1011110 100 11001 1011100 110011

Color Harmonies of #F56F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F0E

Black with #F56F0E

Text Example


Text Example

White with #F56F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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