Html Css Color HEX #FF7D28 Pumpkin

📋 copy color: '#FF7D28'

red 255 ◦ green 125 ◦ blue 40

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

Shades of Pumpkin #FF7D28

Tints of Pumpkin #FF7D28

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 60.71%
G = 29.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7D28 (or 0xFF7D28) is known color: Pumpkin. HEX triplet: FF, 7D and 28. RGB value is (255,125,40). Sum of RGB (Red+Green+Blue) = 255+125+40=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D28 is #0082D7. Grayscale: #9A9A9A. Windows color (decimal): -33496 or 2653695. OLE color: 2653695.

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

Color convert

RGB 255 125 40 -
CMYK 0 0.51 0.84 0
HSL 23.72º 1% 0.58% -
HSV(B) 23.72º 0.84% 1% -
XYZ 48.96 36.08 6.39 -
YUV 154.18 63.57 199.91 -
System Red Green Blue C M Y K H S L
Decimal 255 125 40 0 0.51 0.84 0 23.72 1 0.58
Hex FF 7D 28 0 33 54 0 18 64 3A
Octal 377 175 50 0 63 124 0 30 144 72
Binary 11111111 1111101 101000 0 110011 1010100 0 11000 1100100 111010

Color Harmonies of #FF7D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D28

Black with #FF7D28

Text Example


Text Example

White with #FF7D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D28; }

 p { color: rgb(255,125,40); }

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

background-color css

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

 a { background-color: rgb(255,125,40); }

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

border-color css

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

 span { border-color: rgb(255,125,40); }

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