Html Css Color HEX #FA7111 Pumpkin

📋 copy color: '#FA7111'

red 250 ◦ green 113 ◦ blue 17

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

Shades of Pumpkin #FA7111

Tints of Pumpkin #FA7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 65.79%
G = 29.74%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA7111 (or 0xFA7111) is known color: Pumpkin. HEX triplet: FA, 71 and 11. RGB value is (250,113,17). Sum of RGB (Red+Green+Blue) = 250+113+17=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7111 is #058EEE. Grayscale: #8F8F8F. Windows color (decimal): -364271 or 1143290. OLE color: 1143290.

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

Color convert

RGB 250 113 17 -
CMYK 0 0.55 0.93 0.02
HSL 24.72º 0.96% 0.52% -
HSV(B) 24.72º 0.93% 0.98% -
XYZ 45.43 32.17 4.35 -
YUV 143.02 56.89 204.31 -
System Red Green Blue C M Y K H S L
Decimal 250 113 17 0 0.55 0.93 0.02 24.72 0.96 0.52
Hex FA 71 11 0 37 5D 2 19 60 34
Octal 372 161 21 0 67 135 2 31 140 64
Binary 11111010 1110001 10001 0 110111 1011101 10 11001 1100000 110100

Color Harmonies of #FA7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7111

Black with #FA7111

Text Example


Text Example

White with #FA7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7111; }

 p { color: rgb(250,113,17); }

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

background-color css

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

 a { background-color: rgb(250,113,17); }

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

border-color css

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

 span { border-color: rgb(250,113,17); }

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