Html Css Color HEX #FA6E15 Pumpkin

📋 copy color: '#FA6E15'

red 250 ◦ green 110 ◦ blue 21

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

Shades of Pumpkin #FA6E15

Tints of Pumpkin #FA6E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

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

R = 65.62%
G = 28.87%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6E15 (or 0xFA6E15) is known color: Pumpkin. HEX triplet: FA, 6E and 15. RGB value is (250,110,21). Sum of RGB (Red+Green+Blue) = 250+110+21=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6E15 is #0591EA. Grayscale: #8E8E8E. Windows color (decimal): -365035 or 1404666. OLE color: 1404666.

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

Color convert

RGB 250 110 21 -
CMYK 0 0.56 0.92 0.02
HSL 23.32º 0.96% 0.53% -
HSV(B) 23.32º 0.92% 0.98% -
XYZ 45.14 31.53 4.42 -
YUV 141.71 59.88 205.24 -
System Red Green Blue C M Y K H S L
Decimal 250 110 21 0 0.56 0.92 0.02 23.32 0.96 0.53
Hex FA 6E 15 0 38 5C 2 17 60 35
Octal 372 156 25 0 70 134 2 27 140 65
Binary 11111010 1101110 10101 0 111000 1011100 10 10111 1100000 110101

Color Harmonies of #FA6E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E15

Black with #FA6E15

Text Example


Text Example

White with #FA6E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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