Html Css Color HEX #FD821C Pumpkin

📋 copy color: '#FD821C'

red 253 ◦ green 130 ◦ blue 28

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

Shades of Pumpkin #FD821C

Tints of Pumpkin #FD821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 61.56%
G = 31.63%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD821C (or 0xFD821C) is known color: Pumpkin. HEX triplet: FD, 82 and 1C. RGB value is (253,130,28). Sum of RGB (Red+Green+Blue) = 253+130+28=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD821C is #027DE3. Grayscale: #9B9B9B. Windows color (decimal): -163300 or 1868541. OLE color: 1868541.

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

Color convert

RGB 253 130 28 -
CMYK 0 0.49 0.89 0.01
HSL 27.2º 0.98% 0.55% -
HSV(B) 27.2º 0.89% 0.99% -
XYZ 48.7 36.93 5.66 -
YUV 155.15 56.25 197.79 -
System Red Green Blue C M Y K H S L
Decimal 253 130 28 0 0.49 0.89 0.01 27.2 0.98 0.55
Hex FD 82 1C 0 31 59 1 1B 62 37
Octal 375 202 34 0 61 131 1 33 142 67
Binary 11111101 10000010 11100 0 110001 1011001 1 11011 1100010 110111

Color Harmonies of #FD821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD821C

Black with #FD821C

Text Example


Text Example

White with #FD821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD821C; }

 p { color: rgb(253,130,28); }

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

background-color css

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

 a { background-color: rgb(253,130,28); }

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

border-color css

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

 span { border-color: rgb(253,130,28); }

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