Html Css Color HEX #F76F16 Pumpkin

📋 copy color: '#F76F16'

red 247 ◦ green 111 ◦ blue 22

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

Shades of Pumpkin #F76F16

Tints of Pumpkin #F76F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 65%
G = 29.21%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F76F16 (or 0xF76F16) is known color: Pumpkin. HEX triplet: F7, 6F and 16. RGB value is (247,111,22). Sum of RGB (Red+Green+Blue) = 247+111+22=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F16 is #0890E9. Grayscale: #8E8E8E. Windows color (decimal): -561386 or 1470455. OLE color: 1470455.

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

Color convert

RGB 247 111 22 -
CMYK 0 0.55 0.91 0.03
HSL 23.73º 0.93% 0.53% -
HSV(B) 23.73º 0.91% 0.97% -
XYZ 44.19 31.2 4.45 -
YUV 141.52 60.56 203.24 -
System Red Green Blue C M Y K H S L
Decimal 247 111 22 0 0.55 0.91 0.03 23.73 0.93 0.53
Hex F7 6F 16 0 37 5B 3 18 5D 35
Octal 367 157 26 0 67 133 3 30 135 65
Binary 11110111 1101111 10110 0 110111 1011011 11 11000 1011101 110101

Color Harmonies of #F76F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F16

Black with #F76F16

Text Example


Text Example

White with #F76F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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