Html Css Color HEX #FD8328 Pumpkin

📋 copy color: '#FD8328'

red 253 ◦ green 131 ◦ blue 40

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

Shades of Pumpkin #FD8328

Tints of Pumpkin #FD8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 59.67%
G = 30.9%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD8328 (or 0xFD8328) is known color: Pumpkin. HEX triplet: FD, 83 and 28. RGB value is (253,131,40). Sum of RGB (Red+Green+Blue) = 253+131+40=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8328 is #027CD7. Grayscale: #9D9D9D. Windows color (decimal): -163032 or 2655229. OLE color: 2655229.

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

Color convert

RGB 253 131 40 -
CMYK 0 0.48 0.84 0.01
HSL 25.63º 0.98% 0.57% -
HSV(B) 25.63º 0.84% 0.99% -
XYZ 49.01 37.27 6.62 -
YUV 157.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 253 131 40 0 0.48 0.84 0.01 25.63 0.98 0.57
Hex FD 83 28 0 30 54 1 1A 62 39
Octal 375 203 50 0 60 124 1 32 142 71
Binary 11111101 10000011 101000 0 110000 1010100 1 11010 1100010 111001

Color Harmonies of #FD8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8328

Black with #FD8328

Text Example


Text Example

White with #FD8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8328; }

 p { color: rgb(253,131,40); }

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

background-color css

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

 a { background-color: rgb(253,131,40); }

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

border-color css

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

 span { border-color: rgb(253,131,40); }

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