Html Css Color HEX #F58315 Pumpkin

📋 copy color: '#F58315'

red 245 ◦ green 131 ◦ blue 21

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

Shades of Pumpkin #F58315

Tints of Pumpkin #F58315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 61.71%
G = 33%
B = 5.29%

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

#F58315 (or 0xF58315) is known color: Pumpkin. HEX triplet: F5, 83 and 15. RGB value is (245,131,21). Sum of RGB (Red+Green+Blue) = 245+131+21=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F58315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58315 is #0A7CEA. Grayscale: #999999. Windows color (decimal): -687339 or 1410037. OLE color: 1410037.

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

Color convert

RGB 245 131 21 -
CMYK 0 0.47 0.91 0.04
HSL 29.46º 0.92% 0.52% -
HSV(B) 29.46º 0.91% 0.96% -
XYZ 45.91 35.7 5.18 -
YUV 152.55 53.77 193.94 -
System Red Green Blue C M Y K H S L
Decimal 245 131 21 0 0.47 0.91 0.04 29.46 0.92 0.52
Hex F5 83 15 0 2F 5B 4 1D 5C 34
Octal 365 203 25 0 57 133 4 35 134 64
Binary 11110101 10000011 10101 0 101111 1011011 100 11101 1011100 110100

Color Harmonies of #F58315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58315

Black with #F58315

Text Example


Text Example

White with #F58315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58315; }

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

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

background-color css

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

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

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

border-color css

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

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

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