Html Css Color HEX #FD8127 Pumpkin

📋 copy color: '#FD8127'

red 253 ◦ green 129 ◦ blue 39

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

Shades of Pumpkin #FD8127

Tints of Pumpkin #FD8127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 60.1%
G = 30.64%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD8127 (or 0xFD8127) is known color: Pumpkin. HEX triplet: FD, 81 and 27. RGB value is (253,129,39). Sum of RGB (Red+Green+Blue) = 253+129+39=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8127 is #027ED8. Grayscale: #9C9C9C. Windows color (decimal): -163545 or 2589181. OLE color: 2589181.

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

Color convert

RGB 253 129 39 -
CMYK 0 0.49 0.85 0.01
HSL 25.23º 0.98% 0.57% -
HSV(B) 25.23º 0.85% 0.99% -
XYZ 48.72 36.73 6.44 -
YUV 155.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 253 129 39 0 0.49 0.85 0.01 25.23 0.98 0.57
Hex FD 81 27 0 31 55 1 19 62 39
Octal 375 201 47 0 61 125 1 31 142 71
Binary 11111101 10000001 100111 0 110001 1010101 1 11001 1100010 111001

Color Harmonies of #FD8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8127

Black with #FD8127

Text Example


Text Example

White with #FD8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8127; }

 p { color: rgb(253,129,39); }

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

background-color css

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

 a { background-color: rgb(253,129,39); }

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

border-color css

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

 span { border-color: rgb(253,129,39); }

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