Html Css Color HEX #F26220 Pumpkin

📋 copy color: '#F26220'

red 242 ◦ green 98 ◦ blue 32

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

Shades of Pumpkin #F26220

Tints of Pumpkin #F26220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.34%

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

R = 65.05%
G = 26.34%
B = 8.6%

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

#F26220 (or 0xF26220) is known color: Pumpkin. HEX triplet: F2, 62 and 20. RGB value is (242,98,32). Sum of RGB (Red+Green+Blue) = 242+98+32=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F26220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26220 is #0D9DDF. Grayscale: #858585. Windows color (decimal): -892384 or 2122482. OLE color: 2122482.

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

Color convert

RGB 242 98 32 -
CMYK 0 0.60 0.87 0.05
HSL 18.86º 0.89% 0.54% -
HSV(B) 18.86º 0.87% 0.95% -
XYZ 41.25 27.72 4.54 -
YUV 133.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 242 98 32 0 0.60 0.87 0.05 18.86 0.89 0.54
Hex F2 62 20 0 3C 57 5 13 59 36
Octal 362 142 40 0 74 127 5 23 131 66
Binary 11110010 1100010 100000 0 111100 1010111 101 10011 1011001 110110

Color Harmonies of #F26220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26220

Black with #F26220

Text Example


Text Example

White with #F26220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26220; }

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

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

background-color css

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

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

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

border-color css

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

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

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