Html Css Color HEX #FA811B Pumpkin

📋 copy color: '#FA811B'

red 250 ◦ green 129 ◦ blue 27

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

Shades of Pumpkin #FA811B

Tints of Pumpkin #FA811B

RGB

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

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

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

R = 61.58%
G = 31.77%
B = 6.65%

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

#FA811B (or 0xFA811B) is known color: Pumpkin. HEX triplet: FA, 81 and 1B. RGB value is (250,129,27). Sum of RGB (Red+Green+Blue) = 250+129+27=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA811B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA811B is #057EE4. Grayscale: #9A9A9A. Windows color (decimal): -360165 or 1802746. OLE color: 1802746.

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

Color convert

RGB 250 129 27 -
CMYK 0 0.48 0.89 0.02
HSL 27.44º 0.96% 0.54% -
HSV(B) 27.44º 0.89% 0.98% -
XYZ 47.47 36.1 5.5 -
YUV 153.55 56.59 196.79 -
System Red Green Blue C M Y K H S L
Decimal 250 129 27 0 0.48 0.89 0.02 27.44 0.96 0.54
Hex FA 81 1B 0 30 59 2 1B 60 36
Octal 372 201 33 0 60 131 2 33 140 66
Binary 11111010 10000001 11011 0 110000 1011001 10 11011 1100000 110110

Color Harmonies of #FA811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA811B

Black with #FA811B

Text Example


Text Example

White with #FA811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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