Html Css Color HEX #F26F20 Pumpkin

📋 copy color: '#F26F20'

red 242 ◦ green 111 ◦ blue 32

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

Shades of Pumpkin #F26F20

Tints of Pumpkin #F26F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 62.86%
G = 28.83%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F26F20 (or 0xF26F20) is known color: Pumpkin. HEX triplet: F2, 6F and 20. RGB value is (242,111,32). Sum of RGB (Red+Green+Blue) = 242+111+32=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F20 is #0D90DF. Grayscale: #8D8D8D. Windows color (decimal): -889056 or 2125810. OLE color: 2125810.

HSL color Cylindrical-coordinate representation of color #F26F20: hue angle of 22.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 #F26F20 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 111 32 -
CMYK 0 0.54 0.87 0.05
HSL 22.57º 0.89% 0.54% -
HSV(B) 22.57º 0.87% 0.95% -
XYZ 42.56 30.35 4.98 -
YUV 141.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 242 111 32 0 0.54 0.87 0.05 22.57 0.89 0.54
Hex F2 6F 20 0 36 57 5 17 59 36
Octal 362 157 40 0 66 127 5 27 131 66
Binary 11110010 1101111 100000 0 110110 1010111 101 10111 1011001 110110

Color Harmonies of #F26F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F20

Black with #F26F20

Text Example


Text Example

White with #F26F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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