Html Css Color HEX #FD800F Pumpkin

📋 copy color: '#FD800F'

red 253 ◦ green 128 ◦ blue 15

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

Shades of Pumpkin #FD800F

Tints of Pumpkin #FD800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 63.89%
G = 32.32%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD800F (or 0xFD800F) is known color: Pumpkin. HEX triplet: FD, 80 and 0F. RGB value is (253,128,15). Sum of RGB (Red+Green+Blue) = 253+128+15=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD800F is #027FF0. Grayscale: #999999. Windows color (decimal): -163825 or 1016061. OLE color: 1016061.

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

Color convert

RGB 253 128 15 -
CMYK 0 0.49 0.94 0.01
HSL 28.49º 0.98% 0.53% -
HSV(B) 28.49º 0.94% 0.99% -
XYZ 48.31 36.36 4.92 -
YUV 152.49 50.41 199.69 -
System Red Green Blue C M Y K H S L
Decimal 253 128 15 0 0.49 0.94 0.01 28.49 0.98 0.53
Hex FD 80 F 0 31 5E 1 1C 62 35
Octal 375 200 17 0 61 136 1 34 142 65
Binary 11111101 10000000 1111 0 110001 1011110 1 11100 1100010 110101

Color Harmonies of #FD800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD800F

Black with #FD800F

Text Example


Text Example

White with #FD800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD800F; }

 p { color: rgb(253,128,15); }

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

background-color css

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

 a { background-color: rgb(253,128,15); }

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

border-color css

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

 span { border-color: rgb(253,128,15); }

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