Html Css Color HEX #FA6512 Pumpkin

📋 copy color: '#FA6512'

red 250 ◦ green 101 ◦ blue 18

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

Shades of Pumpkin #FA6512

Tints of Pumpkin #FA6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 67.75%
G = 27.37%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA6512 (or 0xFA6512) is known color: Pumpkin. HEX triplet: FA, 65 and 12. RGB value is (250,101,18). Sum of RGB (Red+Green+Blue) = 250+101+18=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6512 is #059AED. Grayscale: #888888. Windows color (decimal): -367342 or 1205754. OLE color: 1205754.

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

Color convert

RGB 250 101 18 -
CMYK 0 0.60 0.93 0.02
HSL 21.47º 0.96% 0.53% -
HSV(B) 21.47º 0.93% 0.98% -
XYZ 44.19 29.68 3.97 -
YUV 136.09 61.36 209.25 -
System Red Green Blue C M Y K H S L
Decimal 250 101 18 0 0.60 0.93 0.02 21.47 0.96 0.53
Hex FA 65 12 0 3C 5D 2 15 60 35
Octal 372 145 22 0 74 135 2 25 140 65
Binary 11111010 1100101 10010 0 111100 1011101 10 10101 1100000 110101

Color Harmonies of #FA6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6512

Black with #FA6512

Text Example


Text Example

White with #FA6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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