Html Css Color HEX #F27C18 Pumpkin

📋 copy color: '#F27C18'

red 242 ◦ green 124 ◦ blue 24

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

Shades of Pumpkin #F27C18

Tints of Pumpkin #F27C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 62.05%
G = 31.79%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F27C18 (or 0xF27C18) is known color: Pumpkin. HEX triplet: F2, 7C and 18. RGB value is (242,124,24). Sum of RGB (Red+Green+Blue) = 242+124+24=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C18 is #0D83E7. Grayscale: #949494. Windows color (decimal): -885736 or 1604850. OLE color: 1604850.

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

Color convert

RGB 242 124 24 -
CMYK 0 0.49 0.90 0.05
HSL 27.52º 0.89% 0.52% -
HSV(B) 27.52º 0.9% 0.95% -
XYZ 43.99 33.36 4.98 -
YUV 147.88 58.09 195.13 -
System Red Green Blue C M Y K H S L
Decimal 242 124 24 0 0.49 0.90 0.05 27.52 0.89 0.52
Hex F2 7C 18 0 31 5A 5 1C 59 34
Octal 362 174 30 0 61 132 5 34 131 64
Binary 11110010 1111100 11000 0 110001 1011010 101 11100 1011001 110100

Color Harmonies of #F27C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C18

Black with #F27C18

Text Example


Text Example

White with #F27C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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