Html Css Color HEX #FA771F Pumpkin

📋 copy color: '#FA771F'

red 250 ◦ green 119 ◦ blue 31

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

Shades of Pumpkin #FA771F

Tints of Pumpkin #FA771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

 BLUE value IS 31 (12.5% from 255) = 7.75%

R = 62.5%
G = 29.75%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA771F (or 0xFA771F) is known color: Pumpkin. HEX triplet: FA, 77 and 1F. RGB value is (250,119,31). Sum of RGB (Red+Green+Blue) = 250+119+31=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA771F is #0588E0. Grayscale: #949494. Windows color (decimal): -362721 or 2062330. OLE color: 2062330.

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

Color convert

RGB 250 119 31 -
CMYK 0 0.52 0.88 0.02
HSL 24.11º 0.96% 0.55% -
HSV(B) 24.11º 0.88% 0.98% -
XYZ 46.27 33.62 5.35 -
YUV 148.14 61.9 200.66 -
System Red Green Blue C M Y K H S L
Decimal 250 119 31 0 0.52 0.88 0.02 24.11 0.96 0.55
Hex FA 77 1F 0 34 58 2 18 60 37
Octal 372 167 37 0 64 130 2 30 140 67
Binary 11111010 1110111 11111 0 110100 1011000 10 11000 1100000 110111

Color Harmonies of #FA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA771F

Black with #FA771F

Text Example


Text Example

White with #FA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA771F; }

 p { color: rgb(250,119,31); }

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

background-color css

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

 a { background-color: rgb(250,119,31); }

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

border-color css

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

 span { border-color: rgb(250,119,31); }

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