Html Css Color HEX #FA6C16 Pumpkin

📋 copy color: '#FA6C16'

red 250 ◦ green 108 ◦ blue 22

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

Shades of Pumpkin #FA6C16

Tints of Pumpkin #FA6C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

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

R = 65.79%
G = 28.42%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA6C16 (or 0xFA6C16) is known color: Pumpkin. HEX triplet: FA, 6C and 16. RGB value is (250,108,22). Sum of RGB (Red+Green+Blue) = 250+108+22=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6C16 is #0593E9. Grayscale: #8D8D8D. Windows color (decimal): -365546 or 1469690. OLE color: 1469690.

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

Color convert

RGB 250 108 22 -
CMYK 0 0.57 0.91 0.02
HSL 22.63º 0.96% 0.53% -
HSV(B) 22.63º 0.91% 0.98% -
XYZ 44.93 31.11 4.4 -
YUV 140.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 250 108 22 0 0.57 0.91 0.02 22.63 0.96 0.53
Hex FA 6C 16 0 39 5B 2 17 60 35
Octal 372 154 26 0 71 133 2 27 140 65
Binary 11111010 1101100 10110 0 111001 1011011 10 10111 1100000 110101

Color Harmonies of #FA6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C16

Black with #FA6C16

Text Example


Text Example

White with #FA6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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