Html Css Color HEX #FD761A Pumpkin

📋 copy color: '#FD761A'

red 253 ◦ green 118 ◦ blue 26

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

Shades of Pumpkin #FD761A

Tints of Pumpkin #FD761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 63.73%
G = 29.72%
B = 6.55%

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

#FD761A (or 0xFD761A) is known color: Pumpkin. HEX triplet: FD, 76 and 1A. RGB value is (253,118,26). Sum of RGB (Red+Green+Blue) = 253+118+26=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD761A is #0289E5. Grayscale: #949494. Windows color (decimal): -166374 or 1734397. OLE color: 1734397.

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

Color convert

RGB 253 118 26 -
CMYK 0 0.53 0.90 0.01
HSL 24.32º 0.98% 0.55% -
HSV(B) 24.32º 0.9% 0.99% -
XYZ 47.17 33.91 5.04 -
YUV 147.88 59.23 202.98 -
System Red Green Blue C M Y K H S L
Decimal 253 118 26 0 0.53 0.90 0.01 24.32 0.98 0.55
Hex FD 76 1A 0 35 5A 1 18 62 37
Octal 375 166 32 0 65 132 1 30 142 67
Binary 11111101 1110110 11010 0 110101 1011010 1 11000 1100010 110111

Color Harmonies of #FD761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD761A

Black with #FD761A

Text Example


Text Example

White with #FD761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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