Html Css Color HEX #FF8425 Pumpkin

📋 copy color: '#FF8425'

red 255 ◦ green 132 ◦ blue 37

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

Shades of Pumpkin #FF8425

Tints of Pumpkin #FF8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 60.14%
G = 31.13%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8425 (or 0xFF8425) is known color: Pumpkin. HEX triplet: FF, 84 and 25. RGB value is (255,132,37). Sum of RGB (Red+Green+Blue) = 255+132+37=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8425 is #007BDA. Grayscale: #9E9E9E. Windows color (decimal): -31707 or 2458879. OLE color: 2458879.

HSL color Cylindrical-coordinate representation of color #FF8425: hue angle of 26.15º 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 #FF8425 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 37 -
CMYK 0 0.48 0.85 0
HSL 26.15º 1% 0.57% -
HSV(B) 26.15º 0.85% 1% -
XYZ 49.83 37.9 6.44 -
YUV 157.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 255 132 37 0 0.48 0.85 0 26.15 1 0.57
Hex FF 84 25 0 30 55 0 1A 64 39
Octal 377 204 45 0 60 125 0 32 144 71
Binary 11111111 10000100 100101 0 110000 1010101 0 11010 1100100 111001

Color Harmonies of #FF8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8425

Black with #FF8425

Text Example


Text Example

White with #FF8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8425; }

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

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

background-color css

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

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

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

border-color css

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

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

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