Html Css Color HEX #FA7316 Pumpkin

📋 copy color: '#FA7316'

red 250 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #FA7316

Tints of Pumpkin #FA7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 64.6%
G = 29.72%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA7316 (or 0xFA7316) is known color: Pumpkin. HEX triplet: FA, 73 and 16. RGB value is (250,115,22). Sum of RGB (Red+Green+Blue) = 250+115+22=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7316 is #058CE9. Grayscale: #919191. Windows color (decimal): -363754 or 1471482. OLE color: 1471482.

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

Color convert

RGB 250 115 22 -
CMYK 0 0.54 0.91 0.02
HSL 24.47º 0.96% 0.53% -
HSV(B) 24.47º 0.91% 0.98% -
XYZ 45.7 32.64 4.65 -
YUV 144.76 58.73 203.06 -
System Red Green Blue C M Y K H S L
Decimal 250 115 22 0 0.54 0.91 0.02 24.47 0.96 0.53
Hex FA 73 16 0 36 5B 2 18 60 35
Octal 372 163 26 0 66 133 2 30 140 65
Binary 11111010 1110011 10110 0 110110 1011011 10 11000 1100000 110101

Color Harmonies of #FA7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7316

Black with #FA7316

Text Example


Text Example

White with #FA7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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