Html Css Color HEX #FA731E Pumpkin

📋 copy color: '#FA731E'

red 250 ◦ green 115 ◦ blue 30

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

Shades of Pumpkin #FA731E

Tints of Pumpkin #FA731E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 63.29%
G = 29.11%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA731E (or 0xFA731E) is known color: Pumpkin. HEX triplet: FA, 73 and 1E. RGB value is (250,115,30). Sum of RGB (Red+Green+Blue) = 250+115+30=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA731E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA731E is #058CE1. Grayscale: #929292. Windows color (decimal): -363746 or 1995770. OLE color: 1995770.

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

Color convert

RGB 250 115 30 -
CMYK 0 0.54 0.88 0.02
HSL 23.18º 0.96% 0.55% -
HSV(B) 23.18º 0.88% 0.98% -
XYZ 45.79 32.68 5.12 -
YUV 145.68 62.73 202.41 -
System Red Green Blue C M Y K H S L
Decimal 250 115 30 0 0.54 0.88 0.02 23.18 0.96 0.55
Hex FA 73 1E 0 36 58 2 17 60 37
Octal 372 163 36 0 66 130 2 27 140 67
Binary 11111010 1110011 11110 0 110110 1011000 10 10111 1100000 110111

Color Harmonies of #FA731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA731E

Black with #FA731E

Text Example


Text Example

White with #FA731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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