Html Css Color HEX #FA7315 Pumpkin

📋 copy color: '#FA7315'

red 250 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #FA7315

Tints of Pumpkin #FA7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 64.77%
G = 29.79%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7315 (or 0xFA7315) is known color: Pumpkin. HEX triplet: FA, 73 and 15. RGB value is (250,115,21). Sum of RGB (Red+Green+Blue) = 250+115+21=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7315 is #058CEA. Grayscale: #919191. Windows color (decimal): -363755 or 1405946. OLE color: 1405946.

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

Color convert

RGB 250 115 21 -
CMYK 0 0.54 0.92 0.02
HSL 24.63º 0.96% 0.53% -
HSV(B) 24.63º 0.92% 0.98% -
XYZ 45.69 32.64 4.6 -
YUV 144.65 58.23 203.14 -
System Red Green Blue C M Y K H S L
Decimal 250 115 21 0 0.54 0.92 0.02 24.63 0.96 0.53
Hex FA 73 15 0 36 5C 2 19 60 35
Octal 372 163 25 0 66 134 2 31 140 65
Binary 11111010 1110011 10101 0 110110 1011100 10 11001 1100000 110101

Color Harmonies of #FA7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7315

Black with #FA7315

Text Example


Text Example

White with #FA7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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