Html Css Color HEX #FD7022 Pumpkin

📋 copy color: '#FD7022'

red 253 ◦ green 112 ◦ blue 34

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

Shades of Pumpkin #FD7022

Tints of Pumpkin #FD7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 63.41%
G = 28.07%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD7022 (or 0xFD7022) is known color: Pumpkin. HEX triplet: FD, 70 and 22. RGB value is (253,112,34). Sum of RGB (Red+Green+Blue) = 253+112+34=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7022 is #028FDD. Grayscale: #919191. Windows color (decimal): -167902 or 2257149. OLE color: 2257149.

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

Color convert

RGB 253 112 34 -
CMYK 0 0.56 0.87 0.01
HSL 21.37º 0.98% 0.56% -
HSV(B) 21.37º 0.87% 0.99% -
XYZ 46.59 32.59 5.35 -
YUV 145.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 253 112 34 0 0.56 0.87 0.01 21.37 0.98 0.56
Hex FD 70 22 0 38 57 1 15 62 38
Octal 375 160 42 0 70 127 1 25 142 70
Binary 11111101 1110000 100010 0 111000 1010111 1 10101 1100010 111000

Color Harmonies of #FD7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7022

Black with #FD7022

Text Example


Text Example

White with #FD7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7022; }

 p { color: rgb(253,112,34); }

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

background-color css

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

 a { background-color: rgb(253,112,34); }

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

border-color css

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

 span { border-color: rgb(253,112,34); }

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