Html Css Color HEX #FA8415 Pumpkin

📋 copy color: '#FA8415'

red 250 ◦ green 132 ◦ blue 21

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

Shades of Pumpkin #FA8415

Tints of Pumpkin #FA8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 62.03%
G = 32.75%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8415 (or 0xFA8415) is known color: Pumpkin. HEX triplet: FA, 84 and 15. RGB value is (250,132,21). Sum of RGB (Red+Green+Blue) = 250+132+21=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8415 is #057BEA. Grayscale: #9B9B9B. Windows color (decimal): -359403 or 1410298. OLE color: 1410298.

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

Color convert

RGB 250 132 21 -
CMYK 0 0.47 0.92 0.02
HSL 29.08º 0.96% 0.53% -
HSV(B) 29.08º 0.92% 0.98% -
XYZ 47.81 36.88 5.31 -
YUV 154.63 52.59 196.03 -
System Red Green Blue C M Y K H S L
Decimal 250 132 21 0 0.47 0.92 0.02 29.08 0.96 0.53
Hex FA 84 15 0 2F 5C 2 1D 60 35
Octal 372 204 25 0 57 134 2 35 140 65
Binary 11111010 10000100 10101 0 101111 1011100 10 11101 1100000 110101

Color Harmonies of #FA8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8415

Black with #FA8415

Text Example


Text Example

White with #FA8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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