Html Css Color HEX #FD830F Pumpkin

📋 copy color: '#FD830F'

red 253 ◦ green 131 ◦ blue 15

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

Shades of Pumpkin #FD830F

Tints of Pumpkin #FD830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 63.41%
G = 32.83%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD830F (or 0xFD830F) is known color: Pumpkin. HEX triplet: FD, 83 and 0F. RGB value is (253,131,15). Sum of RGB (Red+Green+Blue) = 253+131+15=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD830F is #027CF0. Grayscale: #9A9A9A. Windows color (decimal): -163057 or 1016829. OLE color: 1016829.

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

Color convert

RGB 253 131 15 -
CMYK 0 0.48 0.94 0.01
HSL 29.24º 0.98% 0.53% -
HSV(B) 29.24º 0.94% 0.99% -
XYZ 48.71 37.15 5.06 -
YUV 154.25 49.42 198.43 -
System Red Green Blue C M Y K H S L
Decimal 253 131 15 0 0.48 0.94 0.01 29.24 0.98 0.53
Hex FD 83 F 0 30 5E 1 1D 62 35
Octal 375 203 17 0 60 136 1 35 142 65
Binary 11111101 10000011 1111 0 110000 1011110 1 11101 1100010 110101

Color Harmonies of #FD830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD830F

Black with #FD830F

Text Example


Text Example

White with #FD830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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