Html Css Color HEX #F5711E Pumpkin

📋 copy color: '#F5711E'

red 245 ◦ green 113 ◦ blue 30

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

Shades of Pumpkin #F5711E

Tints of Pumpkin #F5711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

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

R = 63.14%
G = 29.12%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5711E (or 0xF5711E) is known color: Pumpkin. HEX triplet: F5, 71 and 1E. RGB value is (245,113,30). Sum of RGB (Red+Green+Blue) = 245+113+30=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5711E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5711E is #0A8EE1. Grayscale: #8F8F8F. Windows color (decimal): -691938 or 1995253. OLE color: 1995253.

HSL color Cylindrical-coordinate representation of color #F5711E: hue angle of 23.16º 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 #F5711E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 30 -
CMYK 0 0.54 0.88 0.04
HSL 23.16º 0.91% 0.54% -
HSV(B) 23.16º 0.88% 0.96% -
XYZ 43.8 31.32 4.96 -
YUV 143.01 64.23 200.75 -
System Red Green Blue C M Y K H S L
Decimal 245 113 30 0 0.54 0.88 0.04 23.16 0.91 0.54
Hex F5 71 1E 0 36 58 4 17 5B 36
Octal 365 161 36 0 66 130 4 27 133 66
Binary 11110101 1110001 11110 0 110110 1011000 100 10111 1011011 110110

Color Harmonies of #F5711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5711E

Black with #F5711E

Text Example


Text Example

White with #F5711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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