Html Css Color HEX #F58124 Pumpkin

📋 copy color: '#F58124'

red 245 ◦ green 129 ◦ blue 36

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

Shades of Pumpkin #F58124

Tints of Pumpkin #F58124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 59.76%
G = 31.46%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F58124 (or 0xF58124) is known color: Pumpkin. HEX triplet: F5, 81 and 24. RGB value is (245,129,36). Sum of RGB (Red+Green+Blue) = 245+129+36=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F58124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58124 is #0A7EDB. Grayscale: #999999. Windows color (decimal): -687836 or 2392565. OLE color: 2392565.

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

Color convert

RGB 245 129 36 -
CMYK 0 0.47 0.85 0.04
HSL 26.7º 0.91% 0.55% -
HSV(B) 26.7º 0.85% 0.96% -
XYZ 45.82 35.24 6.06 -
YUV 153.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 245 129 36 0 0.47 0.85 0.04 26.7 0.91 0.55
Hex F5 81 24 0 2F 55 4 1B 5B 37
Octal 365 201 44 0 57 125 4 33 133 67
Binary 11110101 10000001 100100 0 101111 1010101 100 11011 1011011 110111

Color Harmonies of #F58124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58124

Black with #F58124

Text Example


Text Example

White with #F58124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58124; }

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

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

background-color css

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

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

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

border-color css

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

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

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