Html Css Color HEX #FA7616 Pumpkin

📋 copy color: '#FA7616'

red 250 ◦ green 118 ◦ blue 22

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

Shades of Pumpkin #FA7616

Tints of Pumpkin #FA7616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 64.1%
G = 30.26%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA7616 (or 0xFA7616) is known color: Pumpkin. HEX triplet: FA, 76 and 16. RGB value is (250,118,22). Sum of RGB (Red+Green+Blue) = 250+118+22=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7616 is #0589E9. Grayscale: #939393. Windows color (decimal): -362986 or 1472250. OLE color: 1472250.

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

Color convert

RGB 250 118 22 -
CMYK 0 0.53 0.91 0.02
HSL 25.26º 0.96% 0.53% -
HSV(B) 25.26º 0.91% 0.98% -
XYZ 46.05 33.34 4.77 -
YUV 146.52 57.73 201.81 -
System Red Green Blue C M Y K H S L
Decimal 250 118 22 0 0.53 0.91 0.02 25.26 0.96 0.53
Hex FA 76 16 0 35 5B 2 19 60 35
Octal 372 166 26 0 65 133 2 31 140 65
Binary 11111010 1110110 10110 0 110101 1011011 10 11001 1100000 110101

Color Harmonies of #FA7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7616

Black with #FA7616

Text Example


Text Example

White with #FA7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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