Html Css Color HEX #FA7521 Pumpkin

📋 copy color: '#FA7521'

red 250 ◦ green 117 ◦ blue 33

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

Shades of Pumpkin #FA7521

Tints of Pumpkin #FA7521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 62.5%
G = 29.25%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA7521 (or 0xFA7521) is known color: Pumpkin. HEX triplet: FA, 75 and 21. RGB value is (250,117,33). Sum of RGB (Red+Green+Blue) = 250+117+33=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7521 is #058ADE. Grayscale: #939393. Windows color (decimal): -363231 or 2192890. OLE color: 2192890.

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

Color convert

RGB 250 117 33 -
CMYK 0 0.53 0.87 0.02
HSL 23.23º 0.96% 0.55% -
HSV(B) 23.23º 0.87% 0.98% -
XYZ 46.06 33.16 5.41 -
YUV 147.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 250 117 33 0 0.53 0.87 0.02 23.23 0.96 0.55
Hex FA 75 21 0 35 57 2 17 60 37
Octal 372 165 41 0 65 127 2 27 140 67
Binary 11111010 1110101 100001 0 110101 1010111 10 10111 1100000 110111

Color Harmonies of #FA7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7521

Black with #FA7521

Text Example


Text Example

White with #FA7521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7521; }

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

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

background-color css

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

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

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

border-color css

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

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

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