Html Css Color HEX #F27E15 Pumpkin

📋 copy color: '#F27E15'

red 242 ◦ green 126 ◦ blue 21

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

Shades of Pumpkin #F27E15

Tints of Pumpkin #F27E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 62.21%
G = 32.39%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27E15 (or 0xF27E15) is known color: Pumpkin. HEX triplet: F2, 7E and 15. RGB value is (242,126,21). Sum of RGB (Red+Green+Blue) = 242+126+21=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27E15 is #0D81EA. Grayscale: #959595. Windows color (decimal): -885227 or 1408754. OLE color: 1408754.

HSL color Cylindrical-coordinate representation of color #F27E15: hue angle of 28.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F27E15 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 126 21 -
CMYK 0 0.48 0.91 0.05
HSL 28.51º 0.89% 0.52% -
HSV(B) 28.51º 0.91% 0.95% -
XYZ 44.21 33.85 4.91 -
YUV 148.71 55.93 194.54 -
System Red Green Blue C M Y K H S L
Decimal 242 126 21 0 0.48 0.91 0.05 28.51 0.89 0.52
Hex F2 7E 15 0 30 5B 5 1D 59 34
Octal 362 176 25 0 60 133 5 35 131 64
Binary 11110010 1111110 10101 0 110000 1011011 101 11101 1011001 110100

Color Harmonies of #F27E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E15

Black with #F27E15

Text Example


Text Example

White with #F27E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E15; }

 p { color: rgb(242,126,21); }

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

background-color css

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

 a { background-color: rgb(242,126,21); }

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

border-color css

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

 span { border-color: rgb(242,126,21); }

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