Html Css Color HEX #F26913 Pumpkin

📋 copy color: '#F26913'

red 242 ◦ green 105 ◦ blue 19

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

Shades of Pumpkin #F26913

Tints of Pumpkin #F26913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 66.12%
G = 28.69%
B = 5.19%

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

#F26913 (or 0xF26913) is known color: Pumpkin. HEX triplet: F2, 69 and 13. RGB value is (242,105,19). Sum of RGB (Red+Green+Blue) = 242+105+19=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F26913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26913 is #0D96EC. Grayscale: #888888. Windows color (decimal): -890605 or 1272306. OLE color: 1272306.

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

Color convert

RGB 242 105 19 -
CMYK 0 0.57 0.92 0.05
HSL 23.14º 0.9% 0.51% -
HSV(B) 23.14º 0.92% 0.95% -
XYZ 41.79 29.03 4.02 -
YUV 136.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 242 105 19 0 0.57 0.92 0.05 23.14 0.9 0.51
Hex F2 69 13 0 39 5C 5 17 5A 33
Octal 362 151 23 0 71 134 5 27 132 63
Binary 11110010 1101001 10011 0 111001 1011100 101 10111 1011010 110011

Color Harmonies of #F26913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26913

Black with #F26913

Text Example


Text Example

White with #F26913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26913; }

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

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

background-color css

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

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

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

border-color css

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

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

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