Html Css Color HEX #FA731D Pumpkin

📋 copy color: '#FA731D'

red 250 ◦ green 115 ◦ blue 29

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

Shades of Pumpkin #FA731D

Tints of Pumpkin #FA731D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.36%

R = 63.45%
G = 29.19%
B = 7.36%

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

#FA731D (or 0xFA731D) is known color: Pumpkin. HEX triplet: FA, 73 and 1D. RGB value is (250,115,29). Sum of RGB (Red+Green+Blue) = 250+115+29=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA731D is #058CE2. Grayscale: #929292. Windows color (decimal): -363747 or 1930234. OLE color: 1930234.

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

Color convert

RGB 250 115 29 -
CMYK 0 0.54 0.88 0.02
HSL 23.35º 0.96% 0.55% -
HSV(B) 23.35º 0.88% 0.98% -
XYZ 45.78 32.67 5.06 -
YUV 145.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 250 115 29 0 0.54 0.88 0.02 23.35 0.96 0.55
Hex FA 73 1D 0 36 58 2 17 60 37
Octal 372 163 35 0 66 130 2 27 140 67
Binary 11111010 1110011 11101 0 110110 1011000 10 10111 1100000 110111

Color Harmonies of #FA731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA731D

Black with #FA731D

Text Example


Text Example

White with #FA731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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