Html Css Color HEX #FF7521 Pumpkin

📋 copy color: '#FF7521'

red 255 ◦ green 117 ◦ blue 33

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

Shades of Pumpkin #FF7521

Tints of Pumpkin #FF7521

RGB

 RED value IS 255 (100% from 255) = 62.96%

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

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

R = 62.96%
G = 28.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF7521 (or 0xFF7521) is known color: Pumpkin. HEX triplet: FF, 75 and 21. RGB value is (255,117,33). Sum of RGB (Red+Green+Blue) = 255+117+33=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7521 is #008ADE. Grayscale: #959595. Windows color (decimal): -35551 or 2192895. OLE color: 2192895.

HSL color Cylindrical-coordinate representation of color #FF7521: hue angle of 22.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7521 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 33 -
CMYK 0 0.54 0.87 0
HSL 22.7º 1% 0.56% -
HSV(B) 22.7º 0.87% 1% -
XYZ 47.88 34.09 5.5 -
YUV 148.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 255 117 33 0 0.54 0.87 0 22.7 1 0.56
Hex FF 75 21 0 36 57 0 17 64 38
Octal 377 165 41 0 66 127 0 27 144 70
Binary 11111111 1110101 100001 0 110110 1010111 0 10111 1100100 111000

Color Harmonies of #FF7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7521

Black with #FF7521

Text Example


Text Example

White with #FF7521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7521; }

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

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

background-color css

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

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

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

border-color css

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

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

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