Html Css Color HEX #FA7515 Pumpkin

📋 copy color: '#FA7515'

red 250 ◦ green 117 ◦ blue 21

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

Shades of Pumpkin #FA7515

Tints of Pumpkin #FA7515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 64.43%
G = 30.15%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7515 (or 0xFA7515) is known color: Pumpkin. HEX triplet: FA, 75 and 15. RGB value is (250,117,21). Sum of RGB (Red+Green+Blue) = 250+117+21=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7515 is #058AEA. Grayscale: #929292. Windows color (decimal): -363243 or 1406458. OLE color: 1406458.

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

Color convert

RGB 250 117 21 -
CMYK 0 0.53 0.92 0.02
HSL 25.15º 0.96% 0.53% -
HSV(B) 25.15º 0.92% 0.98% -
XYZ 45.92 33.1 4.68 -
YUV 145.82 57.56 202.31 -
System Red Green Blue C M Y K H S L
Decimal 250 117 21 0 0.53 0.92 0.02 25.15 0.96 0.53
Hex FA 75 15 0 35 5C 2 19 60 35
Octal 372 165 25 0 65 134 2 31 140 65
Binary 11111010 1110101 10101 0 110101 1011100 10 11001 1100000 110101

Color Harmonies of #FA7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7515

Black with #FA7515

Text Example


Text Example

White with #FA7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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