Html Css Color HEX #FA681F Pumpkin

📋 copy color: '#FA681F'

red 250 ◦ green 104 ◦ blue 31

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

Shades of Pumpkin #FA681F

Tints of Pumpkin #FA681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

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

R = 64.94%
G = 27.01%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA681F (or 0xFA681F) is known color: Pumpkin. HEX triplet: FA, 68 and 1F. RGB value is (250,104,31). Sum of RGB (Red+Green+Blue) = 250+104+31=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA681F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA681F is #0597E0. Grayscale: #8B8B8B. Windows color (decimal): -366561 or 2058490. OLE color: 2058490.

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

Color convert

RGB 250 104 31 -
CMYK 0 0.58 0.88 0.02
HSL 20º 0.96% 0.55% -
HSV(B) 20º 0.88% 0.98% -
XYZ 44.62 30.32 4.8 -
YUV 139.33 66.87 206.94 -
System Red Green Blue C M Y K H S L
Decimal 250 104 31 0 0.58 0.88 0.02 20 0.96 0.55
Hex FA 68 1F 0 3A 58 2 14 60 37
Octal 372 150 37 0 72 130 2 24 140 67
Binary 11111010 1101000 11111 0 111010 1011000 10 10100 1100000 110111

Color Harmonies of #FA681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA681F

Black with #FA681F

Text Example


Text Example

White with #FA681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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