Html Css Color HEX #F26316 Pumpkin

📋 copy color: '#F26316'

red 242 ◦ green 99 ◦ blue 22

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

Shades of Pumpkin #F26316

Tints of Pumpkin #F26316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 66.67%
G = 27.27%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26316 (or 0xF26316) is known color: Pumpkin. HEX triplet: F2, 63 and 16. RGB value is (242,99,22). Sum of RGB (Red+Green+Blue) = 242+99+22=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26316 is #0D9CE9. Grayscale: #858585. Windows color (decimal): -892138 or 1467378. OLE color: 1467378.

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

Color convert

RGB 242 99 22 -
CMYK 0 0.59 0.91 0.05
HSL 21º 0.89% 0.52% -
HSV(B) 21º 0.91% 0.95% -
XYZ 41.22 27.86 3.96 -
YUV 132.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 242 99 22 0 0.59 0.91 0.05 21 0.89 0.52
Hex F2 63 16 0 3B 5B 5 15 59 34
Octal 362 143 26 0 73 133 5 25 131 64
Binary 11110010 1100011 10110 0 111011 1011011 101 10101 1011001 110100

Color Harmonies of #F26316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26316

Black with #F26316

Text Example


Text Example

White with #F26316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26316; }

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

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

background-color css

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

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

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

border-color css

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

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

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