Html Css Color HEX #F77514 Pumpkin

📋 copy color: '#F77514'

red 247 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #F77514

Tints of Pumpkin #F77514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 64.32%
G = 30.47%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F77514 (or 0xF77514) is known color: Pumpkin. HEX triplet: F7, 75 and 14. RGB value is (247,117,20). Sum of RGB (Red+Green+Blue) = 247+117+20=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F77514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77514 is #088AEB. Grayscale: #919191. Windows color (decimal): -559852 or 1340919. OLE color: 1340919.

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

Color convert

RGB 247 117 20 -
CMYK 0 0.53 0.92 0.03
HSL 25.64º 0.93% 0.52% -
HSV(B) 25.64º 0.92% 0.97% -
XYZ 44.85 32.55 4.58 -
YUV 144.81 57.57 200.89 -
System Red Green Blue C M Y K H S L
Decimal 247 117 20 0 0.53 0.92 0.03 25.64 0.93 0.52
Hex F7 75 14 0 35 5C 3 1A 5D 34
Octal 367 165 24 0 65 134 3 32 135 64
Binary 11110111 1110101 10100 0 110101 1011100 11 11010 1011101 110100

Color Harmonies of #F77514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77514

Black with #F77514

Text Example


Text Example

White with #F77514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77514; }

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

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

background-color css

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

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

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

border-color css

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

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

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