Html Css Color HEX #FD701A Pumpkin

📋 copy color: '#FD701A'

red 253 ◦ green 112 ◦ blue 26

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

Shades of Pumpkin #FD701A

Tints of Pumpkin #FD701A

RGB

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

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

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

R = 64.71%
G = 28.64%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD701A (or 0xFD701A) is known color: Pumpkin. HEX triplet: FD, 70 and 1A. RGB value is (253,112,26). Sum of RGB (Red+Green+Blue) = 253+112+26=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD701A is #028FE5. Grayscale: #909090. Windows color (decimal): -167910 or 1732861. OLE color: 1732861.

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

Color convert

RGB 253 112 26 -
CMYK 0 0.56 0.90 0.01
HSL 22.73º 0.98% 0.55% -
HSV(B) 22.73º 0.9% 0.99% -
XYZ 46.49 32.55 4.81 -
YUV 144.36 61.21 205.49 -
System Red Green Blue C M Y K H S L
Decimal 253 112 26 0 0.56 0.90 0.01 22.73 0.98 0.55
Hex FD 70 1A 0 38 5A 1 17 62 37
Octal 375 160 32 0 70 132 1 27 142 67
Binary 11111101 1110000 11010 0 111000 1011010 1 10111 1100010 110111

Color Harmonies of #FD701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD701A

Black with #FD701A

Text Example


Text Example

White with #FD701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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