Html Css Color HEX #FA8115 Pumpkin

📋 copy color: '#FA8115'

red 250 ◦ green 129 ◦ blue 21

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

Shades of Pumpkin #FA8115

Tints of Pumpkin #FA8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 62.5%
G = 32.25%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8115 (or 0xFA8115) is known color: Pumpkin. HEX triplet: FA, 81 and 15. RGB value is (250,129,21). Sum of RGB (Red+Green+Blue) = 250+129+21=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8115 is #057EEA. Grayscale: #999999. Windows color (decimal): -360171 or 1409530. OLE color: 1409530.

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

Color convert

RGB 250 129 21 -
CMYK 0 0.48 0.92 0.02
HSL 28.3º 0.96% 0.53% -
HSV(B) 28.3º 0.92% 0.98% -
XYZ 47.41 36.08 5.17 -
YUV 152.87 53.59 197.28 -
System Red Green Blue C M Y K H S L
Decimal 250 129 21 0 0.48 0.92 0.02 28.3 0.96 0.53
Hex FA 81 15 0 30 5C 2 1C 60 35
Octal 372 201 25 0 60 134 2 34 140 65
Binary 11111010 10000001 10101 0 110000 1011100 10 11100 1100000 110101

Color Harmonies of #FA8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8115

Black with #FA8115

Text Example


Text Example

White with #FA8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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