Html Css Color HEX #F27C28 Pumpkin

📋 copy color: '#F27C28'

red 242 ◦ green 124 ◦ blue 40

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

Shades of Pumpkin #F27C28

Tints of Pumpkin #F27C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 59.61%
G = 30.54%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27C28 (or 0xF27C28) is known color: Pumpkin. HEX triplet: F2, 7C and 28. RGB value is (242,124,40). Sum of RGB (Red+Green+Blue) = 242+124+40=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C28 is #0D83D7. Grayscale: #969696. Windows color (decimal): -885720 or 2653426. OLE color: 2653426.

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

Color convert

RGB 242 124 40 -
CMYK 0 0.49 0.83 0.05
HSL 24.95º 0.89% 0.55% -
HSV(B) 24.95º 0.83% 0.95% -
XYZ 44.21 33.45 6.13 -
YUV 149.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 242 124 40 0 0.49 0.83 0.05 24.95 0.89 0.55
Hex F2 7C 28 0 31 53 5 19 59 37
Octal 362 174 50 0 61 123 5 31 131 67
Binary 11110010 1111100 101000 0 110001 1010011 101 11001 1011001 110111

Color Harmonies of #F27C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C28

Black with #F27C28

Text Example


Text Example

White with #F27C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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