Html Css Color HEX #F26514 Pumpkin

📋 copy color: '#F26514'

red 242 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #F26514

Tints of Pumpkin #F26514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 66.67%
G = 27.82%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26514 (or 0xF26514) is known color: Pumpkin. HEX triplet: F2, 65 and 14. RGB value is (242,101,20). Sum of RGB (Red+Green+Blue) = 242+101+20=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26514 is #0D9AEB. Grayscale: #868686. Windows color (decimal): -891628 or 1336818. OLE color: 1336818.

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

Color convert

RGB 242 101 20 -
CMYK 0 0.58 0.92 0.05
HSL 21.89º 0.9% 0.51% -
HSV(B) 21.89º 0.92% 0.95% -
XYZ 41.4 28.24 3.93 -
YUV 133.93 63.71 205.09 -
System Red Green Blue C M Y K H S L
Decimal 242 101 20 0 0.58 0.92 0.05 21.89 0.9 0.51
Hex F2 65 14 0 3A 5C 5 16 5A 33
Octal 362 145 24 0 72 134 5 26 132 63
Binary 11110010 1100101 10100 0 111010 1011100 101 10110 1011010 110011

Color Harmonies of #F26514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26514

Black with #F26514

Text Example


Text Example

White with #F26514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26514; }

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

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

background-color css

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

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

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

border-color css

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

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

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