Html Css Color HEX #FA7614 Pumpkin

📋 copy color: '#FA7614'

red 250 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #FA7614

Tints of Pumpkin #FA7614

RGB

 RED value IS 250 (98.05% from 255) = 64.43%

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

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

R = 64.43%
G = 30.41%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7614 (or 0xFA7614) is known color: Pumpkin. HEX triplet: FA, 76 and 14. RGB value is (250,118,20). Sum of RGB (Red+Green+Blue) = 250+118+20=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7614 is #0589EB. Grayscale: #929292. Windows color (decimal): -362988 or 1341178. OLE color: 1341178.

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

Color convert

RGB 250 118 20 -
CMYK 0 0.53 0.92 0.02
HSL 25.57º 0.96% 0.53% -
HSV(B) 25.57º 0.92% 0.98% -
XYZ 46.03 33.33 4.67 -
YUV 146.3 56.73 201.97 -
System Red Green Blue C M Y K H S L
Decimal 250 118 20 0 0.53 0.92 0.02 25.57 0.96 0.53
Hex FA 76 14 0 35 5C 2 1A 60 35
Octal 372 166 24 0 65 134 2 32 140 65
Binary 11111010 1110110 10100 0 110101 1011100 10 11010 1100000 110101

Color Harmonies of #FA7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7614

Black with #FA7614

Text Example


Text Example

White with #FA7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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