Html Css Color HEX #F28013 Pumpkin

📋 copy color: '#F28013'

red 242 ◦ green 128 ◦ blue 19

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

Shades of Pumpkin #F28013

Tints of Pumpkin #F28013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 62.21%
G = 32.9%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F28013 (or 0xF28013) is known color: Pumpkin. HEX triplet: F2, 80 and 13. RGB value is (242,128,19). Sum of RGB (Red+Green+Blue) = 242+128+19=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28013 is #0D7FEC. Grayscale: #969696. Windows color (decimal): -884717 or 1278194. OLE color: 1278194.

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

Color convert

RGB 242 128 19 -
CMYK 0 0.47 0.92 0.05
HSL 29.33º 0.9% 0.51% -
HSV(B) 29.33º 0.92% 0.95% -
XYZ 44.45 34.36 4.91 -
YUV 149.66 54.27 193.86 -
System Red Green Blue C M Y K H S L
Decimal 242 128 19 0 0.47 0.92 0.05 29.33 0.9 0.51
Hex F2 80 13 0 2F 5C 5 1D 5A 33
Octal 362 200 23 0 57 134 5 35 132 63
Binary 11110010 10000000 10011 0 101111 1011100 101 11101 1011010 110011

Color Harmonies of #F28013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28013

Black with #F28013

Text Example


Text Example

White with #F28013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28013; }

 p { color: rgb(242,128,19); }

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

background-color css

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

 a { background-color: rgb(242,128,19); }

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

border-color css

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

 span { border-color: rgb(242,128,19); }

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