Html Css Color HEX #FA7411 Pumpkin

📋 copy color: '#FA7411'

red 250 ◦ green 116 ◦ blue 17

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

Shades of Pumpkin #FA7411

Tints of Pumpkin #FA7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 65.27%
G = 30.29%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA7411 (or 0xFA7411) is known color: Pumpkin. HEX triplet: FA, 74 and 11. RGB value is (250,116,17). Sum of RGB (Red+Green+Blue) = 250+116+17=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7411 is #058BEE. Grayscale: #919191. Windows color (decimal): -363503 or 1144058. OLE color: 1144058.

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

Color convert

RGB 250 116 17 -
CMYK 0 0.54 0.93 0.02
HSL 25.49º 0.96% 0.52% -
HSV(B) 25.49º 0.93% 0.98% -
XYZ 45.77 32.86 4.46 -
YUV 144.78 55.89 203.05 -
System Red Green Blue C M Y K H S L
Decimal 250 116 17 0 0.54 0.93 0.02 25.49 0.96 0.52
Hex FA 74 11 0 36 5D 2 19 60 34
Octal 372 164 21 0 66 135 2 31 140 64
Binary 11111010 1110100 10001 0 110110 1011101 10 11001 1100000 110100

Color Harmonies of #FA7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7411

Black with #FA7411

Text Example


Text Example

White with #FA7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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