Html Css Color HEX #FA6912 Pumpkin

📋 copy color: '#FA6912'

red 250 ◦ green 105 ◦ blue 18

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

Shades of Pumpkin #FA6912

Tints of Pumpkin #FA6912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 67.02%
G = 28.15%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA6912 (or 0xFA6912) is known color: Pumpkin. HEX triplet: FA, 69 and 12. RGB value is (250,105,18). Sum of RGB (Red+Green+Blue) = 250+105+18=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6912 is #0596ED. Grayscale: #8A8A8A. Windows color (decimal): -366318 or 1206778. OLE color: 1206778.

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

Color convert

RGB 250 105 18 -
CMYK 0 0.58 0.93 0.02
HSL 22.5º 0.96% 0.53% -
HSV(B) 22.5º 0.93% 0.98% -
XYZ 44.59 30.47 4.1 -
YUV 138.44 60.04 207.57 -
System Red Green Blue C M Y K H S L
Decimal 250 105 18 0 0.58 0.93 0.02 22.5 0.96 0.53
Hex FA 69 12 0 3A 5D 2 16 60 35
Octal 372 151 22 0 72 135 2 26 140 65
Binary 11111010 1101001 10010 0 111010 1011101 10 10110 1100000 110101

Color Harmonies of #FA6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6912

Black with #FA6912

Text Example


Text Example

White with #FA6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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