Html Css Color HEX #FA821B Pumpkin

📋 copy color: '#FA821B'

red 250 ◦ green 130 ◦ blue 27

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

Shades of Pumpkin #FA821B

Tints of Pumpkin #FA821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 27 (10.94% from 255) = 6.63%

R = 61.43%
G = 31.94%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA821B (or 0xFA821B) is known color: Pumpkin. HEX triplet: FA, 82 and 1B. RGB value is (250,130,27). Sum of RGB (Red+Green+Blue) = 250+130+27=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA821B is #057DE4. Grayscale: #9A9A9A. Windows color (decimal): -359909 or 1803002. OLE color: 1803002.

HSL color Cylindrical-coordinate representation of color #FA821B: hue angle of 27.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA821B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 27 -
CMYK 0 0.48 0.89 0.02
HSL 27.71º 0.96% 0.54% -
HSV(B) 27.71º 0.89% 0.98% -
XYZ 47.6 36.37 5.55 -
YUV 154.14 56.26 196.38 -
System Red Green Blue C M Y K H S L
Decimal 250 130 27 0 0.48 0.89 0.02 27.71 0.96 0.54
Hex FA 82 1B 0 30 59 2 1C 60 36
Octal 372 202 33 0 60 131 2 34 140 66
Binary 11111010 10000010 11011 0 110000 1011001 10 11100 1100000 110110

Color Harmonies of #FA821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA821B

Black with #FA821B

Text Example


Text Example

White with #FA821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA821B; }

 p { color: rgb(250,130,27); }

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

background-color css

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

 a { background-color: rgb(250,130,27); }

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

border-color css

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

 span { border-color: rgb(250,130,27); }

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