Html Css Color HEX #F76314 Pumpkin

📋 copy color: '#F76314'

red 247 ◦ green 99 ◦ blue 20

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

Shades of Pumpkin #F76314

Tints of Pumpkin #F76314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 67.49%
G = 27.05%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F76314 (or 0xF76314) is known color: Pumpkin. HEX triplet: F7, 63 and 14. RGB value is (247,99,20). Sum of RGB (Red+Green+Blue) = 247+99+20=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76314 is #089CEB. Grayscale: #868686. Windows color (decimal): -564460 or 1336311. OLE color: 1336311.

HSL color Cylindrical-coordinate representation of color #F76314: hue angle of 20.88º 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 #F76314 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 20 -
CMYK 0 0.60 0.92 0.03
HSL 20.88º 0.93% 0.52% -
HSV(B) 20.88º 0.92% 0.97% -
XYZ 42.95 28.75 3.95 -
YUV 134.25 63.53 208.42 -
System Red Green Blue C M Y K H S L
Decimal 247 99 20 0 0.60 0.92 0.03 20.88 0.93 0.52
Hex F7 63 14 0 3C 5C 3 15 5D 34
Octal 367 143 24 0 74 134 3 25 135 64
Binary 11110111 1100011 10100 0 111100 1011100 11 10101 1011101 110100

Color Harmonies of #F76314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76314

Black with #F76314

Text Example


Text Example

White with #F76314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76314; }

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

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

background-color css

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

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

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

border-color css

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

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

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