Html Css Color HEX #F26914 Pumpkin

📋 copy color: '#F26914'

red 242 ◦ green 105 ◦ blue 20

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

Shades of Pumpkin #F26914

Tints of Pumpkin #F26914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 65.94%
G = 28.61%
B = 5.45%

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

#F26914 (or 0xF26914) is known color: Pumpkin. HEX triplet: F2, 69 and 14. RGB value is (242,105,20). Sum of RGB (Red+Green+Blue) = 242+105+20=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F26914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26914 is #0D96EB. Grayscale: #888888. Windows color (decimal): -890604 or 1337842. OLE color: 1337842.

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

Color convert

RGB 242 105 20 -
CMYK 0 0.57 0.92 0.05
HSL 22.97º 0.9% 0.51% -
HSV(B) 22.97º 0.92% 0.95% -
XYZ 41.8 29.03 4.06 -
YUV 136.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 242 105 20 0 0.57 0.92 0.05 22.97 0.9 0.51
Hex F2 69 14 0 39 5C 5 17 5A 33
Octal 362 151 24 0 71 134 5 27 132 63
Binary 11110010 1101001 10100 0 111001 1011100 101 10111 1011010 110011

Color Harmonies of #F26914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26914

Black with #F26914

Text Example


Text Example

White with #F26914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26914; }

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

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

background-color css

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

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

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

border-color css

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

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

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