Html Css Color HEX #FA641E Pumpkin

📋 copy color: '#FA641E'

red 250 ◦ green 100 ◦ blue 30

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

Shades of Pumpkin #FA641E

Tints of Pumpkin #FA641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 65.79%
G = 26.32%
B = 7.89%

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

#FA641E (or 0xFA641E) is known color: Pumpkin. HEX triplet: FA, 64 and 1E. RGB value is (250,100,30). Sum of RGB (Red+Green+Blue) = 250+100+30=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA641E is #059BE1. Grayscale: #898989. Windows color (decimal): -367586 or 1991930. OLE color: 1991930.

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

Color convert

RGB 250 100 30 -
CMYK 0 0.6 0.88 0.02
HSL 19.09º 0.96% 0.55% -
HSV(B) 19.09º 0.88% 0.98% -
XYZ 44.22 29.53 4.6 -
YUV 136.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 250 100 30 0 0.6 0.88 0.02 19.09 0.96 0.55
Hex FA 64 1E 0 3C 58 2 13 60 37
Octal 372 144 36 0 74 130 2 23 140 67
Binary 11111010 1100100 11110 0 111100 1011000 10 10011 1100000 110111

Color Harmonies of #FA641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA641E

Black with #FA641E

Text Example


Text Example

White with #FA641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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