Html Css Color HEX #FF830F Pumpkin

📋 copy color: '#FF830F'

red 255 ◦ green 131 ◦ blue 15

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

Shades of Pumpkin #FF830F

Tints of Pumpkin #FF830F

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

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

R = 63.59%
G = 32.67%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF830F (or 0xFF830F) is known color: Pumpkin. HEX triplet: FF, 83 and 0F. RGB value is (255,131,15). Sum of RGB (Red+Green+Blue) = 255+131+15=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF830F is #007CF0. Grayscale: #9B9B9B. Windows color (decimal): -31985 or 1016831. OLE color: 1016831.

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

Color convert

RGB 255 131 15 -
CMYK 0 0.49 0.94 0
HSL 29º 1% 0.53% -
HSV(B) 29º 0.94% 1% -
XYZ 49.44 37.53 5.09 -
YUV 154.85 49.08 199.43 -
System Red Green Blue C M Y K H S L
Decimal 255 131 15 0 0.49 0.94 0 29 1 0.53
Hex FF 83 F 0 31 5E 0 1D 64 35
Octal 377 203 17 0 61 136 0 35 144 65
Binary 11111111 10000011 1111 0 110001 1011110 0 11101 1100100 110101

Color Harmonies of #FF830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF830F

Black with #FF830F

Text Example


Text Example

White with #FF830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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