Html Css Color HEX #F58122 Pumpkin

📋 copy color: '#F58122'

red 245 ◦ green 129 ◦ blue 34

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

Shades of Pumpkin #F58122

Tints of Pumpkin #F58122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.33%

R = 60.05%
G = 31.62%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F58122 (or 0xF58122) is known color: Pumpkin. HEX triplet: F5, 81 and 22. RGB value is (245,129,34). Sum of RGB (Red+Green+Blue) = 245+129+34=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F58122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58122 is #0A7EDD. Grayscale: #999999. Windows color (decimal): -687838 or 2261493. OLE color: 2261493.

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

Color convert

RGB 245 129 34 -
CMYK 0 0.47 0.86 0.04
HSL 27.01º 0.91% 0.55% -
HSV(B) 27.01º 0.86% 0.96% -
XYZ 45.8 35.23 5.9 -
YUV 152.85 60.93 193.72 -
System Red Green Blue C M Y K H S L
Decimal 245 129 34 0 0.47 0.86 0.04 27.01 0.91 0.55
Hex F5 81 22 0 2F 56 4 1B 5B 37
Octal 365 201 42 0 57 126 4 33 133 67
Binary 11110101 10000001 100010 0 101111 1010110 100 11011 1011011 110111

Color Harmonies of #F58122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58122

Black with #F58122

Text Example


Text Example

White with #F58122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58122; }

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

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

background-color css

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

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

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

border-color css

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

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

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