Html Css Color HEX #F26C16 Pumpkin

📋 copy color: '#F26C16'

red 242 ◦ green 108 ◦ blue 22

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

Shades of Pumpkin #F26C16

Tints of Pumpkin #F26C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

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

R = 65.05%
G = 29.03%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26C16 (or 0xF26C16) is known color: Pumpkin. HEX triplet: F2, 6C and 16. RGB value is (242,108,22). Sum of RGB (Red+Green+Blue) = 242+108+22=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C16 is #0D93E9. Grayscale: #8A8A8A. Windows color (decimal): -889834 or 1469682. OLE color: 1469682.

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

Color convert

RGB 242 108 22 -
CMYK 0 0.55 0.91 0.05
HSL 23.45º 0.89% 0.52% -
HSV(B) 23.45º 0.91% 0.95% -
XYZ 42.13 29.66 4.26 -
YUV 138.26 62.39 201.99 -
System Red Green Blue C M Y K H S L
Decimal 242 108 22 0 0.55 0.91 0.05 23.45 0.89 0.52
Hex F2 6C 16 0 37 5B 5 17 59 34
Octal 362 154 26 0 67 133 5 27 131 64
Binary 11110010 1101100 10110 0 110111 1011011 101 10111 1011001 110100

Color Harmonies of #F26C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C16

Black with #F26C16

Text Example


Text Example

White with #F26C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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