Html Css Color HEX #F76714 Pumpkin

📋 copy color: '#F76714'

red 247 ◦ green 103 ◦ blue 20

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

Shades of Pumpkin #F76714

Tints of Pumpkin #F76714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 66.76%
G = 27.84%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F76714 (or 0xF76714) is known color: Pumpkin. HEX triplet: F7, 67 and 14. RGB value is (247,103,20). Sum of RGB (Red+Green+Blue) = 247+103+20=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F76714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76714 is #0898EB. Grayscale: #898989. Windows color (decimal): -563436 or 1337335. OLE color: 1337335.

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

Color convert

RGB 247 103 20 -
CMYK 0 0.58 0.92 0.03
HSL 21.94º 0.93% 0.52% -
HSV(B) 21.94º 0.92% 0.97% -
XYZ 43.33 29.53 4.08 -
YUV 136.59 62.21 206.75 -
System Red Green Blue C M Y K H S L
Decimal 247 103 20 0 0.58 0.92 0.03 21.94 0.93 0.52
Hex F7 67 14 0 3A 5C 3 16 5D 34
Octal 367 147 24 0 72 134 3 26 135 64
Binary 11110111 1100111 10100 0 111010 1011100 11 10110 1011101 110100

Color Harmonies of #F76714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76714

Black with #F76714

Text Example


Text Example

White with #F76714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76714; }

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

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

background-color css

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

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

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

border-color css

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

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

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