Html Css Color HEX #FD771C Pumpkin

📋 copy color: '#FD771C'

red 253 ◦ green 119 ◦ blue 28

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

Shades of Pumpkin #FD771C

Tints of Pumpkin #FD771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 63.25%
G = 29.75%
B = 7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD771C (or 0xFD771C) is known color: Pumpkin. HEX triplet: FD, 77 and 1C. RGB value is (253,119,28). Sum of RGB (Red+Green+Blue) = 253+119+28=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD771C is #0288E3. Grayscale: #959595. Windows color (decimal): -166116 or 1865725. OLE color: 1865725.

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

Color convert

RGB 253 119 28 -
CMYK 0 0.53 0.89 0.01
HSL 24.27º 0.98% 0.55% -
HSV(B) 24.27º 0.89% 0.99% -
XYZ 47.31 34.16 5.2 -
YUV 148.69 59.89 202.4 -
System Red Green Blue C M Y K H S L
Decimal 253 119 28 0 0.53 0.89 0.01 24.27 0.98 0.55
Hex FD 77 1C 0 35 59 1 18 62 37
Octal 375 167 34 0 65 131 1 30 142 67
Binary 11111101 1110111 11100 0 110101 1011001 1 11000 1100010 110111

Color Harmonies of #FD771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD771C

Black with #FD771C

Text Example


Text Example

White with #FD771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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