Html Css Color HEX #F5811E Pumpkin

📋 copy color: '#F5811E'

red 245 ◦ green 129 ◦ blue 30

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

Shades of Pumpkin #F5811E

Tints of Pumpkin #F5811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 60.64%
G = 31.93%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5811E (or 0xF5811E) is known color: Pumpkin. HEX triplet: F5, 81 and 1E. RGB value is (245,129,30). Sum of RGB (Red+Green+Blue) = 245+129+30=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5811E is #0A7EE1. Grayscale: #989898. Windows color (decimal): -687842 or 1999349. OLE color: 1999349.

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

Color convert

RGB 245 129 30 -
CMYK 0 0.47 0.88 0.04
HSL 27.63º 0.91% 0.54% -
HSV(B) 27.63º 0.88% 0.96% -
XYZ 45.74 35.21 5.61 -
YUV 152.4 58.93 194.05 -
System Red Green Blue C M Y K H S L
Decimal 245 129 30 0 0.47 0.88 0.04 27.63 0.91 0.54
Hex F5 81 1E 0 2F 58 4 1C 5B 36
Octal 365 201 36 0 57 130 4 34 133 66
Binary 11110101 10000001 11110 0 101111 1011000 100 11100 1011011 110110

Color Harmonies of #F5811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5811E

Black with #F5811E

Text Example


Text Example

White with #F5811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5811E; }

 p { color: rgb(245,129,30); }

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

background-color css

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

 a { background-color: rgb(245,129,30); }

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

border-color css

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

 span { border-color: rgb(245,129,30); }

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