Html Css Color HEX #FA781F Pumpkin

📋 copy color: '#FA781F'

red 250 ◦ green 120 ◦ blue 31

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

Shades of Pumpkin #FA781F

Tints of Pumpkin #FA781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 62.34%
G = 29.93%
B = 7.73%

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

#FA781F (or 0xFA781F) is known color: Pumpkin. HEX triplet: FA, 78 and 1F. RGB value is (250,120,31). Sum of RGB (Red+Green+Blue) = 250+120+31=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA781F is #0587E0. Grayscale: #959595. Windows color (decimal): -362465 or 2062586. OLE color: 2062586.

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

Color convert

RGB 250 120 31 -
CMYK 0 0.52 0.88 0.02
HSL 24.38º 0.96% 0.55% -
HSV(B) 24.38º 0.88% 0.98% -
XYZ 46.39 33.86 5.39 -
YUV 148.72 61.57 200.24 -
System Red Green Blue C M Y K H S L
Decimal 250 120 31 0 0.52 0.88 0.02 24.38 0.96 0.55
Hex FA 78 1F 0 34 58 2 18 60 37
Octal 372 170 37 0 64 130 2 30 140 67
Binary 11111010 1111000 11111 0 110100 1011000 10 11000 1100000 110111

Color Harmonies of #FA781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA781F

Black with #FA781F

Text Example


Text Example

White with #FA781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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