Html Css Color HEX #FD7F0E Pumpkin

📋 copy color: '#FD7F0E'

red 253 ◦ green 127 ◦ blue 14

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

Shades of Pumpkin #FD7F0E

Tints of Pumpkin #FD7F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 64.21%
G = 32.23%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD7F0E (or 0xFD7F0E) is known color: Pumpkin. HEX triplet: FD, 7F and 0E. RGB value is (253,127,14). Sum of RGB (Red+Green+Blue) = 253+127+14=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7F0E is #0280F1. Grayscale: #989898. Windows color (decimal): -164082 or 950269. OLE color: 950269.

HSL color Cylindrical-coordinate representation of color #FD7F0E: hue angle of 28.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD7F0E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 14 -
CMYK 0 0.50 0.94 0.01
HSL 28.37º 0.98% 0.52% -
HSV(B) 28.37º 0.94% 0.99% -
XYZ 48.18 36.09 4.84 -
YUV 151.79 50.24 200.19 -
System Red Green Blue C M Y K H S L
Decimal 253 127 14 0 0.50 0.94 0.01 28.37 0.98 0.52
Hex FD 7F E 0 32 5E 1 1C 62 34
Octal 375 177 16 0 62 136 1 34 142 64
Binary 11111101 1111111 1110 0 110010 1011110 1 11100 1100010 110100

Color Harmonies of #FD7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F0E

Black with #FD7F0E

Text Example


Text Example

White with #FD7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F0E; }

 p { color: rgb(253,127,14); }

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

background-color css

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

 a { background-color: rgb(253,127,14); }

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

border-color css

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

 span { border-color: rgb(253,127,14); }

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