Html Css Color HEX #FA661F Pumpkin

📋 copy color: '#FA661F'

red 250 ◦ green 102 ◦ blue 31

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

Shades of Pumpkin #FA661F

Tints of Pumpkin #FA661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 65.27%
G = 26.63%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA661F (or 0xFA661F) is known color: Pumpkin. HEX triplet: FA, 66 and 1F. RGB value is (250,102,31). Sum of RGB (Red+Green+Blue) = 250+102+31=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA661F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA661F is #0599E0. Grayscale: #8A8A8A. Windows color (decimal): -367073 or 2057978. OLE color: 2057978.

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

Color convert

RGB 250 102 31 -
CMYK 0 0.59 0.88 0.02
HSL 19.45º 0.96% 0.55% -
HSV(B) 19.45º 0.88% 0.98% -
XYZ 44.42 29.93 4.73 -
YUV 138.16 67.53 207.77 -
System Red Green Blue C M Y K H S L
Decimal 250 102 31 0 0.59 0.88 0.02 19.45 0.96 0.55
Hex FA 66 1F 0 3B 58 2 13 60 37
Octal 372 146 37 0 73 130 2 23 140 67
Binary 11111010 1100110 11111 0 111011 1011000 10 10011 1100000 110111

Color Harmonies of #FA661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA661F

Black with #FA661F

Text Example


Text Example

White with #FA661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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