Html Css Color HEX #F58314 Pumpkin

📋 copy color: '#F58314'

red 245 ◦ green 131 ◦ blue 20

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

Shades of Pumpkin #F58314

Tints of Pumpkin #F58314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 61.87%
G = 33.08%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58314 (or 0xF58314) is known color: Pumpkin. HEX triplet: F5, 83 and 14. RGB value is (245,131,20). Sum of RGB (Red+Green+Blue) = 245+131+20=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F58314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58314 is #0A7CEB. Grayscale: #989898. Windows color (decimal): -687340 or 1344501. OLE color: 1344501.

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

Color convert

RGB 245 131 20 -
CMYK 0 0.47 0.92 0.04
HSL 29.6º 0.92% 0.52% -
HSV(B) 29.6º 0.92% 0.96% -
XYZ 45.9 35.7 5.13 -
YUV 152.43 53.27 194.03 -
System Red Green Blue C M Y K H S L
Decimal 245 131 20 0 0.47 0.92 0.04 29.6 0.92 0.52
Hex F5 83 14 0 2F 5C 4 1E 5C 34
Octal 365 203 24 0 57 134 4 36 134 64
Binary 11110101 10000011 10100 0 101111 1011100 100 11110 1011100 110100

Color Harmonies of #F58314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58314

Black with #F58314

Text Example


Text Example

White with #F58314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58314; }

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

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

background-color css

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

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

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

border-color css

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

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

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