Html Css Color HEX #F27C15 Pumpkin

📋 copy color: '#F27C15'

red 242 ◦ green 124 ◦ blue 21

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

Shades of Pumpkin #F27C15

Tints of Pumpkin #F27C15

RGB

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

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

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

R = 62.53%
G = 32.04%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27C15 (or 0xF27C15) is known color: Pumpkin. HEX triplet: F2, 7C and 15. RGB value is (242,124,21). Sum of RGB (Red+Green+Blue) = 242+124+21=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C15 is #0D83EA. Grayscale: #949494. Windows color (decimal): -885739 or 1408242. OLE color: 1408242.

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

Color convert

RGB 242 124 21 -
CMYK 0 0.49 0.91 0.05
HSL 27.96º 0.89% 0.52% -
HSV(B) 27.96º 0.91% 0.95% -
XYZ 43.96 33.35 4.83 -
YUV 147.54 56.59 195.38 -
System Red Green Blue C M Y K H S L
Decimal 242 124 21 0 0.49 0.91 0.05 27.96 0.89 0.52
Hex F2 7C 15 0 31 5B 5 1C 59 34
Octal 362 174 25 0 61 133 5 34 131 64
Binary 11110010 1111100 10101 0 110001 1011011 101 11100 1011001 110100

Color Harmonies of #F27C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C15

Black with #F27C15

Text Example


Text Example

White with #F27C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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