Html Css Color HEX #F26513 Pumpkin

📋 copy color: '#F26513'

red 242 ◦ green 101 ◦ blue 19

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

Shades of Pumpkin #F26513

Tints of Pumpkin #F26513

RGB

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

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

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

R = 66.85%
G = 27.9%
B = 5.25%

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

#F26513 (or 0xF26513) is known color: Pumpkin. HEX triplet: F2, 65 and 13. RGB value is (242,101,19). Sum of RGB (Red+Green+Blue) = 242+101+19=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26513 is #0D9AEC. Grayscale: #868686. Windows color (decimal): -891629 or 1271282. OLE color: 1271282.

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

Color convert

RGB 242 101 19 -
CMYK 0 0.58 0.92 0.05
HSL 22.06º 0.9% 0.51% -
HSV(B) 22.06º 0.92% 0.95% -
XYZ 41.39 28.23 3.88 -
YUV 133.81 63.21 205.17 -
System Red Green Blue C M Y K H S L
Decimal 242 101 19 0 0.58 0.92 0.05 22.06 0.9 0.51
Hex F2 65 13 0 3A 5C 5 16 5A 33
Octal 362 145 23 0 72 134 5 26 132 63
Binary 11110010 1100101 10011 0 111010 1011100 101 10110 1011010 110011

Color Harmonies of #F26513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26513

Black with #F26513

Text Example


Text Example

White with #F26513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26513; }

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

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

background-color css

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

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

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

border-color css

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

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

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