Html Css Color HEX #FD721C Pumpkin

📋 copy color: '#FD721C'

red 253 ◦ green 114 ◦ blue 28

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

Shades of Pumpkin #FD721C

Tints of Pumpkin #FD721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 64.05%
G = 28.86%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD721C (or 0xFD721C) is known color: Pumpkin. HEX triplet: FD, 72 and 1C. RGB value is (253,114,28). Sum of RGB (Red+Green+Blue) = 253+114+28=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD721C is #028DE3. Grayscale: #929292. Windows color (decimal): -167396 or 1864445. OLE color: 1864445.

HSL color Cylindrical-coordinate representation of color #FD721C: hue angle of 22.93º 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 #FD721C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 28 -
CMYK 0 0.55 0.89 0.01
HSL 22.93º 0.98% 0.55% -
HSV(B) 22.93º 0.89% 0.99% -
XYZ 46.73 33 5.01 -
YUV 145.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 253 114 28 0 0.55 0.89 0.01 22.93 0.98 0.55
Hex FD 72 1C 0 37 59 1 17 62 37
Octal 375 162 34 0 67 131 1 27 142 67
Binary 11111101 1110010 11100 0 110111 1011001 1 10111 1100010 110111

Color Harmonies of #FD721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD721C

Black with #FD721C

Text Example


Text Example

White with #FD721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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