Html Css Color HEX #F26516 Pumpkin

📋 copy color: '#F26516'

red 242 ◦ green 101 ◦ blue 22

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

Shades of Pumpkin #F26516

Tints of Pumpkin #F26516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 66.3%
G = 27.67%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26516 (or 0xF26516) is known color: Pumpkin. HEX triplet: F2, 65 and 16. RGB value is (242,101,22). Sum of RGB (Red+Green+Blue) = 242+101+22=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F26516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26516 is #0D9AE9. Grayscale: #868686. Windows color (decimal): -891626 or 1467890. OLE color: 1467890.

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

Color convert

RGB 242 101 22 -
CMYK 0 0.58 0.91 0.05
HSL 21.55º 0.89% 0.52% -
HSV(B) 21.55º 0.91% 0.95% -
XYZ 41.42 28.24 4.03 -
YUV 134.15 64.71 204.92 -
System Red Green Blue C M Y K H S L
Decimal 242 101 22 0 0.58 0.91 0.05 21.55 0.89 0.52
Hex F2 65 16 0 3A 5B 5 16 59 34
Octal 362 145 26 0 72 133 5 26 131 64
Binary 11110010 1100101 10110 0 111010 1011011 101 10110 1011001 110100

Color Harmonies of #F26516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26516

Black with #F26516

Text Example


Text Example

White with #F26516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26516; }

 p { color: rgb(242,101,22); }

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

background-color css

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

 a { background-color: rgb(242,101,22); }

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

border-color css

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

 span { border-color: rgb(242,101,22); }

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