Html Css Color HEX #FA6919 Pumpkin

📋 copy color: '#FA6919'

red 250 ◦ green 105 ◦ blue 25

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

Shades of Pumpkin #FA6919

Tints of Pumpkin #FA6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.63%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 65.79%
G = 27.63%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA6919 (or 0xFA6919) is known color: Pumpkin. HEX triplet: FA, 69 and 19. RGB value is (250,105,25). Sum of RGB (Red+Green+Blue) = 250+105+25=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6919 is #0596E6. Grayscale: #8B8B8B. Windows color (decimal): -366311 or 1665530. OLE color: 1665530.

HSL color Cylindrical-coordinate representation of color #FA6919: hue angle of 21.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA6919 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 105 25 -
CMYK 0 0.58 0.9 0.02
HSL 21.33º 0.96% 0.54% -
HSV(B) 21.33º 0.9% 0.98% -
XYZ 44.65 30.5 4.45 -
YUV 139.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 250 105 25 0 0.58 0.9 0.02 21.33 0.96 0.54
Hex FA 69 19 0 3A 5A 2 15 60 36
Octal 372 151 31 0 72 132 2 25 140 66
Binary 11111010 1101001 11001 0 111010 1011010 10 10101 1100000 110110

Color Harmonies of #FA6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6919

Black with #FA6919

Text Example


Text Example

White with #FA6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6919; }

 p { color: rgb(250,105,25); }

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

background-color css

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

 a { background-color: rgb(250,105,25); }

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

border-color css

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

 span { border-color: rgb(250,105,25); }

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