Html Css Color HEX #F27C14 Pumpkin

📋 copy color: '#F27C14'

red 242 ◦ green 124 ◦ blue 20

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

Shades of Pumpkin #F27C14

Tints of Pumpkin #F27C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 62.69%
G = 32.12%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27C14 (or 0xF27C14) is known color: Pumpkin. HEX triplet: F2, 7C and 14. RGB value is (242,124,20). Sum of RGB (Red+Green+Blue) = 242+124+20=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C14 is #0D83EB. Grayscale: #939393. Windows color (decimal): -885740 or 1342706. OLE color: 1342706.

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

Color convert

RGB 242 124 20 -
CMYK 0 0.49 0.92 0.05
HSL 28.11º 0.9% 0.51% -
HSV(B) 28.11º 0.92% 0.95% -
XYZ 43.95 33.34 4.78 -
YUV 147.43 56.09 195.46 -
System Red Green Blue C M Y K H S L
Decimal 242 124 20 0 0.49 0.92 0.05 28.11 0.9 0.51
Hex F2 7C 14 0 31 5C 5 1C 5A 33
Octal 362 174 24 0 61 134 5 34 132 63
Binary 11110010 1111100 10100 0 110001 1011100 101 11100 1011010 110011

Color Harmonies of #F27C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C14

Black with #F27C14

Text Example


Text Example

White with #F27C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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