Html Css Color HEX #FA641D Pumpkin

📋 copy color: '#FA641D'

red 250 ◦ green 100 ◦ blue 29

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

Shades of Pumpkin #FA641D

Tints of Pumpkin #FA641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 65.96%
G = 26.39%
B = 7.65%

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

#FA641D (or 0xFA641D) is known color: Pumpkin. HEX triplet: FA, 64 and 1D. RGB value is (250,100,29). Sum of RGB (Red+Green+Blue) = 250+100+29=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA641D is #059BE2. Grayscale: #898989. Windows color (decimal): -367587 or 1926394. OLE color: 1926394.

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

Color convert

RGB 250 100 29 -
CMYK 0 0.6 0.88 0.02
HSL 19.28º 0.96% 0.55% -
HSV(B) 19.28º 0.88% 0.98% -
XYZ 44.2 29.53 4.53 -
YUV 136.76 67.2 208.77 -
System Red Green Blue C M Y K H S L
Decimal 250 100 29 0 0.6 0.88 0.02 19.28 0.96 0.55
Hex FA 64 1D 0 3C 58 2 13 60 37
Octal 372 144 35 0 74 130 2 23 140 67
Binary 11111010 1100100 11101 0 111100 1011000 10 10011 1100000 110111

Color Harmonies of #FA641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA641D

Black with #FA641D

Text Example


Text Example

White with #FA641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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