Html Css Color HEX #FA7323 Pumpkin

📋 copy color: '#FA7323'

red 250 ◦ green 115 ◦ blue 35

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

Shades of Pumpkin #FA7323

Tints of Pumpkin #FA7323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 62.5%
G = 28.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA7323 (or 0xFA7323) is known color: Pumpkin. HEX triplet: FA, 73 and 23. RGB value is (250,115,35). Sum of RGB (Red+Green+Blue) = 250+115+35=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7323 is #058CDC. Grayscale: #929292. Windows color (decimal): -363741 or 2323450. OLE color: 2323450.

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

Color convert

RGB 250 115 35 -
CMYK 0 0.54 0.86 0.02
HSL 22.33º 0.96% 0.56% -
HSV(B) 22.33º 0.86% 0.98% -
XYZ 45.86 32.71 5.49 -
YUV 146.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 250 115 35 0 0.54 0.86 0.02 22.33 0.96 0.56
Hex FA 73 23 0 36 56 2 16 60 38
Octal 372 163 43 0 66 126 2 26 140 70
Binary 11111010 1110011 100011 0 110110 1010110 10 10110 1100000 111000

Color Harmonies of #FA7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7323

Black with #FA7323

Text Example


Text Example

White with #FA7323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7323; }

 p { color: rgb(250,115,35); }

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

background-color css

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

 a { background-color: rgb(250,115,35); }

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

border-color css

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

 span { border-color: rgb(250,115,35); }

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