Html Css Color HEX #F27124 Pumpkin

📋 copy color: '#F27124'

red 242 ◦ green 113 ◦ blue 36

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

Shades of Pumpkin #F27124

Tints of Pumpkin #F27124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 61.89%
G = 28.9%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F27124 (or 0xF27124) is known color: Pumpkin. HEX triplet: F2, 71 and 24. RGB value is (242,113,36). Sum of RGB (Red+Green+Blue) = 242+113+36=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F27124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27124 is #0D8EDB. Grayscale: #8F8F8F. Windows color (decimal): -888540 or 2388466. OLE color: 2388466.

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

Color convert

RGB 242 113 36 -
CMYK 0 0.53 0.85 0.05
HSL 22.43º 0.89% 0.55% -
HSV(B) 22.43º 0.85% 0.95% -
XYZ 42.84 30.81 5.36 -
YUV 142.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 242 113 36 0 0.53 0.85 0.05 22.43 0.89 0.55
Hex F2 71 24 0 35 55 5 16 59 37
Octal 362 161 44 0 65 125 5 26 131 67
Binary 11110010 1110001 100100 0 110101 1010101 101 10110 1011001 110111

Color Harmonies of #F27124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27124

Black with #F27124

Text Example


Text Example

White with #F27124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27124; }

 p { color: rgb(242,113,36); }

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

background-color css

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

 a { background-color: rgb(242,113,36); }

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

border-color css

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

 span { border-color: rgb(242,113,36); }

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