Html Css Color HEX #FA7213 Pumpkin

📋 copy color: '#FA7213'

red 250 ◦ green 114 ◦ blue 19

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

Shades of Pumpkin #FA7213

Tints of Pumpkin #FA7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 65.27%
G = 29.77%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7213 (or 0xFA7213) is known color: Pumpkin. HEX triplet: FA, 72 and 13. RGB value is (250,114,19). Sum of RGB (Red+Green+Blue) = 250+114+19=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7213 is #058DEC. Grayscale: #909090. Windows color (decimal): -364013 or 1274618. OLE color: 1274618.

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

Color convert

RGB 250 114 19 -
CMYK 0 0.54 0.92 0.02
HSL 24.68º 0.96% 0.53% -
HSV(B) 24.68º 0.92% 0.98% -
XYZ 45.56 32.41 4.47 -
YUV 143.83 57.56 203.72 -
System Red Green Blue C M Y K H S L
Decimal 250 114 19 0 0.54 0.92 0.02 24.68 0.96 0.53
Hex FA 72 13 0 36 5C 2 19 60 35
Octal 372 162 23 0 66 134 2 31 140 65
Binary 11111010 1110010 10011 0 110110 1011100 10 11001 1100000 110101

Color Harmonies of #FA7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7213

Black with #FA7213

Text Example


Text Example

White with #FA7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7213; }

 p { color: rgb(250,114,19); }

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

background-color css

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

 a { background-color: rgb(250,114,19); }

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

border-color css

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

 span { border-color: rgb(250,114,19); }

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