Html Css Color HEX #FA7410 Pumpkin

📋 copy color: '#FA7410'

red 250 ◦ green 116 ◦ blue 16

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

Shades of Pumpkin #FA7410

Tints of Pumpkin #FA7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 65.45%
G = 30.37%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA7410 (or 0xFA7410) is known color: Pumpkin. HEX triplet: FA, 74 and 10. RGB value is (250,116,16). Sum of RGB (Red+Green+Blue) = 250+116+16=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7410 is #058BEF. Grayscale: #919191. Windows color (decimal): -363504 or 1078522. OLE color: 1078522.

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

Color convert

RGB 250 116 16 -
CMYK 0 0.54 0.94 0.02
HSL 25.64º 0.96% 0.52% -
HSV(B) 25.64º 0.94% 0.98% -
XYZ 45.76 32.85 4.42 -
YUV 144.67 55.39 203.13 -
System Red Green Blue C M Y K H S L
Decimal 250 116 16 0 0.54 0.94 0.02 25.64 0.96 0.52
Hex FA 74 10 0 36 5E 2 1A 60 34
Octal 372 164 20 0 66 136 2 32 140 64
Binary 11111010 1110100 10000 0 110110 1011110 10 11010 1100000 110100

Color Harmonies of #FA7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7410

Black with #FA7410

Text Example


Text Example

White with #FA7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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