Html Css Color HEX #F27C10 Pumpkin

📋 copy color: '#F27C10'

red 242 ◦ green 124 ◦ blue 16

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

Shades of Pumpkin #F27C10

Tints of Pumpkin #F27C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 63.35%
G = 32.46%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27C10 (or 0xF27C10) is known color: Pumpkin. HEX triplet: F2, 7C and 10. RGB value is (242,124,16). Sum of RGB (Red+Green+Blue) = 242+124+16=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C10 is #0D83EF. Grayscale: #939393. Windows color (decimal): -885744 or 1080562. OLE color: 1080562.

HSL color Cylindrical-coordinate representation of color #F27C10: hue angle of 28.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F27C10 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 124 16 -
CMYK 0 0.49 0.93 0.05
HSL 28.67º 0.9% 0.51% -
HSV(B) 28.67º 0.93% 0.95% -
XYZ 43.92 33.33 4.61 -
YUV 146.97 54.09 195.78 -
System Red Green Blue C M Y K H S L
Decimal 242 124 16 0 0.49 0.93 0.05 28.67 0.9 0.51
Hex F2 7C 10 0 31 5D 5 1D 5A 33
Octal 362 174 20 0 61 135 5 35 132 63
Binary 11110010 1111100 10000 0 110001 1011101 101 11101 1011010 110011

Color Harmonies of #F27C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C10

Black with #F27C10

Text Example


Text Example

White with #F27C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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