Html Css Color HEX #FA7510 Pumpkin

📋 copy color: '#FA7510'

red 250 ◦ green 117 ◦ blue 16

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

Shades of Pumpkin #FA7510

Tints of Pumpkin #FA7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 65.27%
G = 30.55%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA7510 (or 0xFA7510) is known color: Pumpkin. HEX triplet: FA, 75 and 10. RGB value is (250,117,16). Sum of RGB (Red+Green+Blue) = 250+117+16=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7510 is #058AEF. Grayscale: #919191. Windows color (decimal): -363248 or 1078778. OLE color: 1078778.

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

Color convert

RGB 250 117 16 -
CMYK 0 0.53 0.94 0.02
HSL 25.9º 0.96% 0.52% -
HSV(B) 25.9º 0.94% 0.98% -
XYZ 45.88 33.08 4.46 -
YUV 145.25 55.06 202.71 -
System Red Green Blue C M Y K H S L
Decimal 250 117 16 0 0.53 0.94 0.02 25.9 0.96 0.52
Hex FA 75 10 0 35 5E 2 1A 60 34
Octal 372 165 20 0 65 136 2 32 140 64
Binary 11111010 1110101 10000 0 110101 1011110 10 11010 1100000 110100

Color Harmonies of #FA7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7510

Black with #FA7510

Text Example


Text Example

White with #FA7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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