Html Css Color HEX #F76F0E Pumpkin

📋 copy color: '#F76F0E'

red 247 ◦ green 111 ◦ blue 14

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

Shades of Pumpkin #F76F0E

Tints of Pumpkin #F76F0E

RGB

 RED value IS 247 (96.88% from 255) = 66.4%

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

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

R = 66.4%
G = 29.84%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F76F0E (or 0xF76F0E) is known color: Pumpkin. HEX triplet: F7, 6F and 0E. RGB value is (247,111,14). Sum of RGB (Red+Green+Blue) = 247+111+14=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F0E is #0890F1. Grayscale: #8D8D8D. Windows color (decimal): -561394 or 946167. OLE color: 946167.

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

Color convert

RGB 247 111 14 -
CMYK 0 0.55 0.94 0.03
HSL 24.98º 0.94% 0.51% -
HSV(B) 24.98º 0.94% 0.97% -
XYZ 44.12 31.17 4.11 -
YUV 140.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 247 111 14 0 0.55 0.94 0.03 24.98 0.94 0.51
Hex F7 6F E 0 37 5E 3 19 5E 33
Octal 367 157 16 0 67 136 3 31 136 63
Binary 11110111 1101111 1110 0 110111 1011110 11 11001 1011110 110011

Color Harmonies of #F76F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F0E

Black with #F76F0E

Text Example


Text Example

White with #F76F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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