Html Css Color HEX #F26414 Pumpkin

📋 copy color: '#F26414'

red 242 ◦ green 100 ◦ blue 20

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

Shades of Pumpkin #F26414

Tints of Pumpkin #F26414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 66.85%
G = 27.62%
B = 5.52%

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

#F26414 (or 0xF26414) is known color: Pumpkin. HEX triplet: F2, 64 and 14. RGB value is (242,100,20). Sum of RGB (Red+Green+Blue) = 242+100+20=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26414 is #0D9BEB. Grayscale: #858585. Windows color (decimal): -891884 or 1336562. OLE color: 1336562.

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

Color convert

RGB 242 100 20 -
CMYK 0 0.59 0.92 0.05
HSL 21.62º 0.9% 0.51% -
HSV(B) 21.62º 0.92% 0.95% -
XYZ 41.3 28.04 3.9 -
YUV 133.34 64.04 205.5 -
System Red Green Blue C M Y K H S L
Decimal 242 100 20 0 0.59 0.92 0.05 21.62 0.9 0.51
Hex F2 64 14 0 3B 5C 5 16 5A 33
Octal 362 144 24 0 73 134 5 26 132 63
Binary 11110010 1100100 10100 0 111011 1011100 101 10110 1011010 110011

Color Harmonies of #F26414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26414

Black with #F26414

Text Example


Text Example

White with #F26414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26414; }

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

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

background-color css

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

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

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

border-color css

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

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

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