Html Css Color HEX #FD8525 Pumpkin

📋 copy color: '#FD8525'

red 253 ◦ green 133 ◦ blue 37

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

Shades of Pumpkin #FD8525

Tints of Pumpkin #FD8525

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 59.81%
G = 31.44%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD8525 (or 0xFD8525) is known color: Pumpkin. HEX triplet: FD, 85 and 25. RGB value is (253,133,37). Sum of RGB (Red+Green+Blue) = 253+133+37=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8525 is #027ADA. Grayscale: #9E9E9E. Windows color (decimal): -162523 or 2459133. OLE color: 2459133.

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

Color convert

RGB 253 133 37 -
CMYK 0 0.47 0.85 0.01
HSL 26.67º 0.98% 0.57% -
HSV(B) 26.67º 0.85% 0.99% -
XYZ 49.23 37.79 6.45 -
YUV 157.94 59.76 195.81 -
System Red Green Blue C M Y K H S L
Decimal 253 133 37 0 0.47 0.85 0.01 26.67 0.98 0.57
Hex FD 85 25 0 2F 55 1 1B 62 39
Octal 375 205 45 0 57 125 1 33 142 71
Binary 11111101 10000101 100101 0 101111 1010101 1 11011 1100010 111001

Color Harmonies of #FD8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8525

Black with #FD8525

Text Example


Text Example

White with #FD8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8525; }

 p { color: rgb(253,133,37); }

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

background-color css

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

 a { background-color: rgb(253,133,37); }

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

border-color css

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

 span { border-color: rgb(253,133,37); }

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