Html Css Color HEX #FA7912 Pumpkin

📋 copy color: '#FA7912'

red 250 ◦ green 121 ◦ blue 18

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

Shades of Pumpkin #FA7912

Tints of Pumpkin #FA7912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 64.27%
G = 31.11%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA7912 (or 0xFA7912) is known color: Pumpkin. HEX triplet: FA, 79 and 12. RGB value is (250,121,18). Sum of RGB (Red+Green+Blue) = 250+121+18=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7912 is #0586ED. Grayscale: #949494. Windows color (decimal): -362222 or 1210874. OLE color: 1210874.

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

Color convert

RGB 250 121 18 -
CMYK 0 0.52 0.93 0.02
HSL 26.64º 0.96% 0.53% -
HSV(B) 26.64º 0.93% 0.98% -
XYZ 46.37 34.04 4.7 -
YUV 147.83 54.74 200.88 -
System Red Green Blue C M Y K H S L
Decimal 250 121 18 0 0.52 0.93 0.02 26.64 0.96 0.53
Hex FA 79 12 0 34 5D 2 1B 60 35
Octal 372 171 22 0 64 135 2 33 140 65
Binary 11111010 1111001 10010 0 110100 1011101 10 11011 1100000 110101

Color Harmonies of #FA7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7912

Black with #FA7912

Text Example


Text Example

White with #FA7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7912; }

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

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

background-color css

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

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

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

border-color css

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

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

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