Html Css Color HEX #F18019 Pumpkin

📋 copy color: '#F18019'

red 241 ◦ green 128 ◦ blue 25

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

Shades of Pumpkin #F18019

Tints of Pumpkin #F18019

RGB

 RED value IS 241 (94.53% from 255) = 61.17%

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 25 (10.16% from 255) = 6.35%

R = 61.17%
G = 32.49%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F18019 (or 0xF18019) is known color: Pumpkin. HEX triplet: F1, 80 and 19. RGB value is (241,128,25). Sum of RGB (Red+Green+Blue) = 241+128+25=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18019 is #0E7FE6. Grayscale: #969696. Windows color (decimal): -950247 or 1671409. OLE color: 1671409.

HSL color Cylindrical-coordinate representation of color #F18019: hue angle of 28.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F18019 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 25 -
CMYK 0 0.47 0.90 0.05
HSL 28.61º 0.89% 0.52% -
HSV(B) 28.61º 0.9% 0.95% -
XYZ 44.17 34.21 5.19 -
YUV 150.05 57.44 192.88 -
System Red Green Blue C M Y K H S L
Decimal 241 128 25 0 0.47 0.90 0.05 28.61 0.89 0.52
Hex F1 80 19 0 2F 5A 5 1D 59 34
Octal 361 200 31 0 57 132 5 35 131 64
Binary 11110001 10000000 11001 0 101111 1011010 101 11101 1011001 110100

Color Harmonies of #F18019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18019

Black with #F18019

Text Example


Text Example

White with #F18019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18019; }

 p { color: rgb(241,128,25); }

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

background-color css

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

 a { background-color: rgb(241,128,25); }

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

border-color css

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

 span { border-color: rgb(241,128,25); }

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