Html Css Color HEX #FA641F Pumpkin

📋 copy color: '#FA641F'

red 250 ◦ green 100 ◦ blue 31

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

Shades of Pumpkin #FA641F

Tints of Pumpkin #FA641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

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

R = 65.62%
G = 26.25%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA641F (or 0xFA641F) is known color: Pumpkin. HEX triplet: FA, 64 and 1F. RGB value is (250,100,31). Sum of RGB (Red+Green+Blue) = 250+100+31=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA641F is #059BE0. Grayscale: #898989. Windows color (decimal): -367585 or 2057466. OLE color: 2057466.

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

Color convert

RGB 250 100 31 -
CMYK 0 0.6 0.88 0.02
HSL 18.9º 0.96% 0.55% -
HSV(B) 18.9º 0.88% 0.98% -
XYZ 44.23 29.54 4.67 -
YUV 136.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 250 100 31 0 0.6 0.88 0.02 18.9 0.96 0.55
Hex FA 64 1F 0 3C 58 2 13 60 37
Octal 372 144 37 0 74 130 2 23 140 67
Binary 11111010 1100100 11111 0 111100 1011000 10 10011 1100000 110111

Color Harmonies of #FA641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA641F

Black with #FA641F

Text Example


Text Example

White with #FA641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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