Html Css Color HEX #F28014 Pumpkin

📋 copy color: '#F28014'

red 242 ◦ green 128 ◦ blue 20

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

Shades of Pumpkin #F28014

Tints of Pumpkin #F28014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 62.05%
G = 32.82%
B = 5.13%

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

#F28014 (or 0xF28014) is known color: Pumpkin. HEX triplet: F2, 80 and 14. RGB value is (242,128,20). Sum of RGB (Red+Green+Blue) = 242+128+20=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F28014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28014 is #0D7FEB. Grayscale: #969696. Windows color (decimal): -884716 or 1343730. OLE color: 1343730.

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

Color convert

RGB 242 128 20 -
CMYK 0 0.47 0.92 0.05
HSL 29.19º 0.9% 0.51% -
HSV(B) 29.19º 0.92% 0.95% -
XYZ 44.46 34.37 4.95 -
YUV 149.77 54.77 193.78 -
System Red Green Blue C M Y K H S L
Decimal 242 128 20 0 0.47 0.92 0.05 29.19 0.9 0.51
Hex F2 80 14 0 2F 5C 5 1D 5A 33
Octal 362 200 24 0 57 134 5 35 132 63
Binary 11110010 10000000 10100 0 101111 1011100 101 11101 1011010 110011

Color Harmonies of #F28014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28014

Black with #F28014

Text Example


Text Example

White with #F28014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28014; }

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

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

background-color css

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

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

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

border-color css

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

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

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