Html Css Color HEX #FA811D Pumpkin

📋 copy color: '#FA811D'

red 250 ◦ green 129 ◦ blue 29

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

Shades of Pumpkin #FA811D

Tints of Pumpkin #FA811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 61.27%
G = 31.62%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA811D (or 0xFA811D) is known color: Pumpkin. HEX triplet: FA, 81 and 1D. RGB value is (250,129,29). Sum of RGB (Red+Green+Blue) = 250+129+29=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA811D is #057EE2. Grayscale: #9A9A9A. Windows color (decimal): -360163 or 1933818. OLE color: 1933818.

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

Color convert

RGB 250 129 29 -
CMYK 0 0.48 0.88 0.02
HSL 27.15º 0.96% 0.55% -
HSV(B) 27.15º 0.88% 0.98% -
XYZ 47.5 36.11 5.63 -
YUV 153.78 57.59 196.63 -
System Red Green Blue C M Y K H S L
Decimal 250 129 29 0 0.48 0.88 0.02 27.15 0.96 0.55
Hex FA 81 1D 0 30 58 2 1B 60 37
Octal 372 201 35 0 60 130 2 33 140 67
Binary 11111010 10000001 11101 0 110000 1011000 10 11011 1100000 110111

Color Harmonies of #FA811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA811D

Black with #FA811D

Text Example


Text Example

White with #FA811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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