Html Css Color HEX #F26814 Pumpkin

📋 copy color: '#F26814'

red 242 ◦ green 104 ◦ blue 20

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

Shades of Pumpkin #F26814

Tints of Pumpkin #F26814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 66.12%
G = 28.42%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26814 (or 0xF26814) is known color: Pumpkin. HEX triplet: F2, 68 and 14. RGB value is (242,104,20). Sum of RGB (Red+Green+Blue) = 242+104+20=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F26814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26814 is #0D97EB. Grayscale: #888888. Windows color (decimal): -890860 or 1337586. OLE color: 1337586.

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

Color convert

RGB 242 104 20 -
CMYK 0 0.57 0.92 0.05
HSL 22.7º 0.9% 0.51% -
HSV(B) 22.7º 0.92% 0.95% -
XYZ 41.69 28.83 4.03 -
YUV 135.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 242 104 20 0 0.57 0.92 0.05 22.7 0.9 0.51
Hex F2 68 14 0 39 5C 5 17 5A 33
Octal 362 150 24 0 71 134 5 27 132 63
Binary 11110010 1101000 10100 0 111001 1011100 101 10111 1011010 110011

Color Harmonies of #F26814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26814

Black with #F26814

Text Example


Text Example

White with #F26814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26814; }

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

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

background-color css

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

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

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

border-color css

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

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

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