Html Css Color HEX #F26A16 Pumpkin

📋 copy color: '#F26A16'

red 242 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #F26A16

Tints of Pumpkin #F26A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

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

R = 65.41%
G = 28.65%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26A16 (or 0xF26A16) is known color: Pumpkin. HEX triplet: F2, 6A and 16. RGB value is (242,106,22). Sum of RGB (Red+Green+Blue) = 242+106+22=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A16 is #0D95E9. Grayscale: #898989. Windows color (decimal): -890346 or 1469170. OLE color: 1469170.

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

Color convert

RGB 242 106 22 -
CMYK 0 0.56 0.91 0.05
HSL 22.91º 0.89% 0.52% -
HSV(B) 22.91º 0.91% 0.95% -
XYZ 41.92 29.24 4.19 -
YUV 137.09 63.06 202.83 -
System Red Green Blue C M Y K H S L
Decimal 242 106 22 0 0.56 0.91 0.05 22.91 0.89 0.52
Hex F2 6A 16 0 38 5B 5 17 59 34
Octal 362 152 26 0 70 133 5 27 131 64
Binary 11110010 1101010 10110 0 111000 1011011 101 10111 1011001 110100

Color Harmonies of #F26A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A16

Black with #F26A16

Text Example


Text Example

White with #F26A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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