Html Css Color HEX #F28119 Pumpkin

📋 copy color: '#F28119'

red 242 ◦ green 129 ◦ blue 25

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

Shades of Pumpkin #F28119

Tints of Pumpkin #F28119

RGB

 RED value IS 242 (94.92% from 255) = 61.11%

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

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

R = 61.11%
G = 32.58%
B = 6.31%

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

#F28119 (or 0xF28119) is known color: Pumpkin. HEX triplet: F2, 81 and 19. RGB value is (242,129,25). Sum of RGB (Red+Green+Blue) = 242+129+25=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28119 is #0D7EE6. Grayscale: #979797. Windows color (decimal): -884455 or 1671666. OLE color: 1671666.

HSL color Cylindrical-coordinate representation of color #F28119: hue angle of 28.76º 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 #F28119 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 25 -
CMYK 0 0.47 0.90 0.05
HSL 28.76º 0.89% 0.52% -
HSV(B) 28.76º 0.9% 0.95% -
XYZ 44.64 34.65 5.25 -
YUV 150.93 56.94 192.96 -
System Red Green Blue C M Y K H S L
Decimal 242 129 25 0 0.47 0.90 0.05 28.76 0.89 0.52
Hex F2 81 19 0 2F 5A 5 1D 59 34
Octal 362 201 31 0 57 132 5 35 131 64
Binary 11110010 10000001 11001 0 101111 1011010 101 11101 1011001 110100

Color Harmonies of #F28119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28119

Black with #F28119

Text Example


Text Example

White with #F28119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28119; }

 p { color: rgb(242,129,25); }

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

background-color css

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

 a { background-color: rgb(242,129,25); }

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

border-color css

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

 span { border-color: rgb(242,129,25); }

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