Html Css Color HEX #F27F14 Pumpkin

📋 copy color: '#F27F14'

red 242 ◦ green 127 ◦ blue 20

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

Shades of Pumpkin #F27F14

Tints of Pumpkin #F27F14

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 62.21%
G = 32.65%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27F14 (or 0xF27F14) is known color: Pumpkin. HEX triplet: F2, 7F and 14. RGB value is (242,127,20). Sum of RGB (Red+Green+Blue) = 242+127+20=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F14 is #0D80EB. Grayscale: #959595. Windows color (decimal): -884972 or 1343474. OLE color: 1343474.

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

Color convert

RGB 242 127 20 -
CMYK 0 0.48 0.92 0.05
HSL 28.92º 0.9% 0.51% -
HSV(B) 28.92º 0.92% 0.95% -
XYZ 44.33 34.11 4.91 -
YUV 149.19 55.1 194.2 -
System Red Green Blue C M Y K H S L
Decimal 242 127 20 0 0.48 0.92 0.05 28.92 0.9 0.51
Hex F2 7F 14 0 30 5C 5 1D 5A 33
Octal 362 177 24 0 60 134 5 35 132 63
Binary 11110010 1111111 10100 0 110000 1011100 101 11101 1011010 110011

Color Harmonies of #F27F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F14

Black with #F27F14

Text Example


Text Example

White with #F27F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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