Html Css Color HEX #F26120 Pumpkin

📋 copy color: '#F26120'

red 242 ◦ green 97 ◦ blue 32

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

Shades of Pumpkin #F26120

Tints of Pumpkin #F26120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 65.23%
G = 26.15%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F26120 (or 0xF26120) is known color: Pumpkin. HEX triplet: F2, 61 and 20. RGB value is (242,97,32). Sum of RGB (Red+Green+Blue) = 242+97+32=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F26120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26120 is #0D9EDF. Grayscale: #858585. Windows color (decimal): -892640 or 2122226. OLE color: 2122226.

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

Color convert

RGB 242 97 32 -
CMYK 0 0.60 0.87 0.05
HSL 18.57º 0.89% 0.54% -
HSV(B) 18.57º 0.87% 0.95% -
XYZ 41.15 27.53 4.51 -
YUV 132.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 242 97 32 0 0.60 0.87 0.05 18.57 0.89 0.54
Hex F2 61 20 0 3C 57 5 13 59 36
Octal 362 141 40 0 74 127 5 23 131 66
Binary 11110010 1100001 100000 0 111100 1010111 101 10011 1011001 110110

Color Harmonies of #F26120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26120

Black with #F26120

Text Example


Text Example

White with #F26120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26120; }

 p { color: rgb(242,97,32); }

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

background-color css

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

 a { background-color: rgb(242,97,32); }

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

border-color css

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

 span { border-color: rgb(242,97,32); }

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