Html Css Color HEX #F58117 Pumpkin

📋 copy color: '#F58117'

red 245 ◦ green 129 ◦ blue 23

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

Shades of Pumpkin #F58117

Tints of Pumpkin #F58117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 61.71%
G = 32.49%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F58117 (or 0xF58117) is known color: Pumpkin. HEX triplet: F5, 81 and 17. RGB value is (245,129,23). Sum of RGB (Red+Green+Blue) = 245+129+23=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F58117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58117 is #0A7EE8. Grayscale: #989898. Windows color (decimal): -687849 or 1540597. OLE color: 1540597.

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

Color convert

RGB 245 129 23 -
CMYK 0 0.47 0.91 0.04
HSL 28.65º 0.92% 0.53% -
HSV(B) 28.65º 0.91% 0.96% -
XYZ 45.66 35.17 5.19 -
YUV 151.6 55.43 194.62 -
System Red Green Blue C M Y K H S L
Decimal 245 129 23 0 0.47 0.91 0.04 28.65 0.92 0.53
Hex F5 81 17 0 2F 5B 4 1D 5C 35
Octal 365 201 27 0 57 133 4 35 134 65
Binary 11110101 10000001 10111 0 101111 1011011 100 11101 1011100 110101

Color Harmonies of #F58117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58117

Black with #F58117

Text Example


Text Example

White with #F58117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58117; }

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

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

background-color css

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

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

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

border-color css

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

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

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