Html Css Color HEX #FA7516 Pumpkin

📋 copy color: '#FA7516'

red 250 ◦ green 117 ◦ blue 22

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

Shades of Pumpkin #FA7516

Tints of Pumpkin #FA7516

RGB

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

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

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

R = 64.27%
G = 30.08%
B = 5.66%

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

#FA7516 (or 0xFA7516) is known color: Pumpkin. HEX triplet: FA, 75 and 16. RGB value is (250,117,22). Sum of RGB (Red+Green+Blue) = 250+117+22=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7516 is #058AE9. Grayscale: #929292. Windows color (decimal): -363242 or 1471994. OLE color: 1471994.

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

Color convert

RGB 250 117 22 -
CMYK 0 0.53 0.91 0.02
HSL 25º 0.96% 0.53% -
HSV(B) 25º 0.91% 0.98% -
XYZ 45.93 33.1 4.73 -
YUV 145.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 250 117 22 0 0.53 0.91 0.02 25 0.96 0.53
Hex FA 75 16 0 35 5B 2 19 60 35
Octal 372 165 26 0 65 133 2 31 140 65
Binary 11111010 1110101 10110 0 110101 1011011 10 11001 1100000 110101

Color Harmonies of #FA7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7516

Black with #FA7516

Text Example


Text Example

White with #FA7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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