Html Css Color HEX #FD771A Pumpkin

📋 copy color: '#FD771A'

red 253 ◦ green 119 ◦ blue 26

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

Shades of Pumpkin #FD771A

Tints of Pumpkin #FD771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 63.57%
G = 29.9%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD771A (or 0xFD771A) is known color: Pumpkin. HEX triplet: FD, 77 and 1A. RGB value is (253,119,26). Sum of RGB (Red+Green+Blue) = 253+119+26=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD771A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD771A is #0288E5. Grayscale: #949494. Windows color (decimal): -166118 or 1734653. OLE color: 1734653.

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

Color convert

RGB 253 119 26 -
CMYK 0 0.53 0.90 0.01
HSL 24.58º 0.98% 0.55% -
HSV(B) 24.58º 0.9% 0.99% -
XYZ 47.29 34.15 5.08 -
YUV 148.46 58.89 202.56 -
System Red Green Blue C M Y K H S L
Decimal 253 119 26 0 0.53 0.90 0.01 24.58 0.98 0.55
Hex FD 77 1A 0 35 5A 1 19 62 37
Octal 375 167 32 0 65 132 1 31 142 67
Binary 11111101 1110111 11010 0 110101 1011010 1 11001 1100010 110111

Color Harmonies of #FD771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD771A

Black with #FD771A

Text Example


Text Example

White with #FD771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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