Html Css Color HEX #F5831A Pumpkin

📋 copy color: '#F5831A'

red 245 ◦ green 131 ◦ blue 26

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

Shades of Pumpkin #F5831A

Tints of Pumpkin #F5831A

RGB

 RED value IS 245 (96.09% from 255) = 60.95%

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 60.95%
G = 32.59%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5831A (or 0xF5831A) is known color: Pumpkin. HEX triplet: F5, 83 and 1A. RGB value is (245,131,26). Sum of RGB (Red+Green+Blue) = 245+131+26=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5831A is #0A7CE5. Grayscale: #999999. Windows color (decimal): -687334 or 1737717. OLE color: 1737717.

HSL color Cylindrical-coordinate representation of color #F5831A: hue angle of 28.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5831A is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 26 -
CMYK 0 0.47 0.89 0.04
HSL 28.77º 0.92% 0.53% -
HSV(B) 28.77º 0.89% 0.96% -
XYZ 45.96 35.72 5.45 -
YUV 153.12 56.27 193.54 -
System Red Green Blue C M Y K H S L
Decimal 245 131 26 0 0.47 0.89 0.04 28.77 0.92 0.53
Hex F5 83 1A 0 2F 59 4 1D 5C 35
Octal 365 203 32 0 57 131 4 35 134 65
Binary 11110101 10000011 11010 0 101111 1011001 100 11101 1011100 110101

Color Harmonies of #F5831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5831A

Black with #F5831A

Text Example


Text Example

White with #F5831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5831A; }

 p { color: rgb(245,131,26); }

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

background-color css

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

 a { background-color: rgb(245,131,26); }

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

border-color css

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

 span { border-color: rgb(245,131,26); }

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