Html Css Color HEX #FF7614 Pumpkin

📋 copy color: '#FF7614'

red 255 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #FF7614

Tints of Pumpkin #FF7614

RGB

 RED value IS 255 (100% from 255) = 64.89%

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 64.89%
G = 30.03%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF7614 (or 0xFF7614) is known color: Pumpkin. HEX triplet: FF, 76 and 14. RGB value is (255,118,20). Sum of RGB (Red+Green+Blue) = 255+118+20=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7614 is #0089EB. Grayscale: #949494. Windows color (decimal): -35308 or 1341183. OLE color: 1341183.

HSL color Cylindrical-coordinate representation of color #FF7614: hue angle of 25.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF7614 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 20 -
CMYK 0 0.54 0.92 0
HSL 25.02º 1% 0.54% -
HSV(B) 25.02º 0.92% 1% -
XYZ 47.84 34.27 4.75 -
YUV 147.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 255 118 20 0 0.54 0.92 0 25.02 1 0.54
Hex FF 76 14 0 36 5C 0 19 64 36
Octal 377 166 24 0 66 134 0 31 144 66
Binary 11111111 1110110 10100 0 110110 1011100 0 11001 1100100 110110

Color Harmonies of #FF7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7614

Black with #FF7614

Text Example


Text Example

White with #FF7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7614; }

 p { color: rgb(255,118,20); }

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

background-color css

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

 a { background-color: rgb(255,118,20); }

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

border-color css

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

 span { border-color: rgb(255,118,20); }

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