Html Css Color HEX #FA6316 Pumpkin

📋 copy color: '#FA6316'

red 250 ◦ green 99 ◦ blue 22

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

Shades of Pumpkin #FA6316

Tints of Pumpkin #FA6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 67.39%
G = 26.68%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA6316 (or 0xFA6316) is known color: Pumpkin. HEX triplet: FA, 63 and 16. RGB value is (250,99,22). Sum of RGB (Red+Green+Blue) = 250+99+22=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6316 is #059CE9. Grayscale: #878787. Windows color (decimal): -367850 or 1467386. OLE color: 1467386.

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

Color convert

RGB 250 99 22 -
CMYK 0 0.60 0.91 0.02
HSL 20.26º 0.96% 0.53% -
HSV(B) 20.26º 0.91% 0.98% -
XYZ 44.03 29.31 4.09 -
YUV 135.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 250 99 22 0 0.60 0.91 0.02 20.26 0.96 0.53
Hex FA 63 16 0 3C 5B 2 14 60 35
Octal 372 143 26 0 74 133 2 24 140 65
Binary 11111010 1100011 10110 0 111100 1011011 10 10100 1100000 110101

Color Harmonies of #FA6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6316

Black with #FA6316

Text Example


Text Example

White with #FA6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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