Html Css Color HEX #FF7425 Pumpkin

📋 copy color: '#FF7425'

red 255 ◦ green 116 ◦ blue 37

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

Shades of Pumpkin #FF7425

Tints of Pumpkin #FF7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 62.5%
G = 28.43%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7425 (or 0xFF7425) is known color: Pumpkin. HEX triplet: FF, 74 and 25. RGB value is (255,116,37). Sum of RGB (Red+Green+Blue) = 255+116+37=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7425 is #008BDA. Grayscale: #959595. Windows color (decimal): -35803 or 2454783. OLE color: 2454783.

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

Color convert

RGB 255 116 37 -
CMYK 0 0.55 0.85 0
HSL 21.74º 1% 0.57% -
HSV(B) 21.74º 0.85% 1% -
XYZ 47.82 33.88 5.77 -
YUV 148.56 65.05 203.92 -
System Red Green Blue C M Y K H S L
Decimal 255 116 37 0 0.55 0.85 0 21.74 1 0.57
Hex FF 74 25 0 37 55 0 16 64 39
Octal 377 164 45 0 67 125 0 26 144 71
Binary 11111111 1110100 100101 0 110111 1010101 0 10110 1100100 111001

Color Harmonies of #FF7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7425

Black with #FF7425

Text Example


Text Example

White with #FF7425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7425; }

 p { color: rgb(255,116,37); }

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

background-color css

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

 a { background-color: rgb(255,116,37); }

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

border-color css

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

 span { border-color: rgb(255,116,37); }

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