Html Css Color HEX #FA811A Pumpkin

📋 copy color: '#FA811A'

red 250 ◦ green 129 ◦ blue 26

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

Shades of Pumpkin #FA811A

Tints of Pumpkin #FA811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 61.73%
G = 31.85%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA811A (or 0xFA811A) is known color: Pumpkin. HEX triplet: FA, 81 and 1A. RGB value is (250,129,26). Sum of RGB (Red+Green+Blue) = 250+129+26=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA811A is #057EE5. Grayscale: #999999. Windows color (decimal): -360166 or 1737210. OLE color: 1737210.

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

Color convert

RGB 250 129 26 -
CMYK 0 0.48 0.90 0.02
HSL 27.59º 0.96% 0.54% -
HSV(B) 27.59º 0.9% 0.98% -
XYZ 47.46 36.1 5.44 -
YUV 153.44 56.09 196.88 -
System Red Green Blue C M Y K H S L
Decimal 250 129 26 0 0.48 0.90 0.02 27.59 0.96 0.54
Hex FA 81 1A 0 30 5A 2 1C 60 36
Octal 372 201 32 0 60 132 2 34 140 66
Binary 11111010 10000001 11010 0 110000 1011010 10 11100 1100000 110110

Color Harmonies of #FA811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA811A

Black with #FA811A

Text Example


Text Example

White with #FA811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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