Html Css Color HEX #FD822A Pumpkin

📋 copy color: '#FD822A'

red 253 ◦ green 130 ◦ blue 42

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

Shades of Pumpkin #FD822A

Tints of Pumpkin #FD822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 59.53%
G = 30.59%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD822A (or 0xFD822A) is known color: Pumpkin. HEX triplet: FD, 82 and 2A. RGB value is (253,130,42). Sum of RGB (Red+Green+Blue) = 253+130+42=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD822A is #027DD5. Grayscale: #9D9D9D. Windows color (decimal): -163286 or 2786045. OLE color: 2786045.

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

Color convert

RGB 253 130 42 -
CMYK 0 0.49 0.83 0.01
HSL 25.02º 0.98% 0.58% -
HSV(B) 25.02º 0.83% 0.99% -
XYZ 48.91 37.02 6.76 -
YUV 156.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 253 130 42 0 0.49 0.83 0.01 25.02 0.98 0.58
Hex FD 82 2A 0 31 53 1 19 62 3A
Octal 375 202 52 0 61 123 1 31 142 72
Binary 11111101 10000010 101010 0 110001 1010011 1 11001 1100010 111010

Color Harmonies of #FD822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD822A

Black with #FD822A

Text Example


Text Example

White with #FD822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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