Html Css Color HEX #F26314 Pumpkin

📋 copy color: '#F26314'

red 242 ◦ green 99 ◦ blue 20

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

Shades of Pumpkin #F26314

Tints of Pumpkin #F26314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 67.04%
G = 27.42%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26314 (or 0xF26314) is known color: Pumpkin. HEX triplet: F2, 63 and 14. RGB value is (242,99,20). Sum of RGB (Red+Green+Blue) = 242+99+20=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F26314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26314 is #0D9CEB. Grayscale: #858585. Windows color (decimal): -892140 or 1336306. OLE color: 1336306.

HSL color Cylindrical-coordinate representation of color #F26314: hue angle of 21.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F26314 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 99 20 -
CMYK 0 0.59 0.92 0.05
HSL 21.35º 0.9% 0.51% -
HSV(B) 21.35º 0.92% 0.95% -
XYZ 41.21 27.85 3.87 -
YUV 132.75 64.38 205.92 -
System Red Green Blue C M Y K H S L
Decimal 242 99 20 0 0.59 0.92 0.05 21.35 0.9 0.51
Hex F2 63 14 0 3B 5C 5 15 5A 33
Octal 362 143 24 0 73 134 5 25 132 63
Binary 11110010 1100011 10100 0 111011 1011100 101 10101 1011010 110011

Color Harmonies of #F26314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26314

Black with #F26314

Text Example


Text Example

White with #F26314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26314; }

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

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

background-color css

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

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

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

border-color css

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

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

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