Html Css Color HEX #FA7C16 Pumpkin

📋 copy color: '#FA7C16'

red 250 ◦ green 124 ◦ blue 22

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

Shades of Pumpkin #FA7C16

Tints of Pumpkin #FA7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 63.13%
G = 31.31%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA7C16 (or 0xFA7C16) is known color: Pumpkin. HEX triplet: FA, 7C and 16. RGB value is (250,124,22). Sum of RGB (Red+Green+Blue) = 250+124+22=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C16 is #0583E9. Grayscale: #969696. Windows color (decimal): -361450 or 1473786. OLE color: 1473786.

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

Color convert

RGB 250 124 22 -
CMYK 0 0.50 0.91 0.02
HSL 26.84º 0.96% 0.53% -
HSV(B) 26.84º 0.91% 0.98% -
XYZ 46.78 34.8 5.01 -
YUV 150.05 55.74 199.29 -
System Red Green Blue C M Y K H S L
Decimal 250 124 22 0 0.50 0.91 0.02 26.84 0.96 0.53
Hex FA 7C 16 0 32 5B 2 1B 60 35
Octal 372 174 26 0 62 133 2 33 140 65
Binary 11111010 1111100 10110 0 110010 1011011 10 11011 1100000 110101

Color Harmonies of #FA7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C16

Black with #FA7C16

Text Example


Text Example

White with #FA7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C16; }

 p { color: rgb(250,124,22); }

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

background-color css

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

 a { background-color: rgb(250,124,22); }

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

border-color css

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

 span { border-color: rgb(250,124,22); }

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