Html Css Color HEX #F76514 Pumpkin

📋 copy color: '#F76514'

red 247 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #F76514

Tints of Pumpkin #F76514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 67.12%
G = 27.45%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F76514 (or 0xF76514) is known color: Pumpkin. HEX triplet: F7, 65 and 14. RGB value is (247,101,20). Sum of RGB (Red+Green+Blue) = 247+101+20=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F76514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76514 is #089AEB. Grayscale: #878787. Windows color (decimal): -563948 or 1336823. OLE color: 1336823.

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

Color convert

RGB 247 101 20 -
CMYK 0 0.59 0.92 0.03
HSL 21.41º 0.93% 0.52% -
HSV(B) 21.41º 0.92% 0.97% -
XYZ 43.14 29.13 4.01 -
YUV 135.42 62.87 207.59 -
System Red Green Blue C M Y K H S L
Decimal 247 101 20 0 0.59 0.92 0.03 21.41 0.93 0.52
Hex F7 65 14 0 3B 5C 3 15 5D 34
Octal 367 145 24 0 73 134 3 25 135 64
Binary 11110111 1100101 10100 0 111011 1011100 11 10101 1011101 110100

Color Harmonies of #F76514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76514

Black with #F76514

Text Example


Text Example

White with #F76514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76514; }

 p { color: rgb(247,101,20); }

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

background-color css

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

 a { background-color: rgb(247,101,20); }

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

border-color css

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

 span { border-color: rgb(247,101,20); }

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