Html Css Color HEX #F26412 Pumpkin

📋 copy color: '#F26412'

red 242 ◦ green 100 ◦ blue 18

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

Shades of Pumpkin #F26412

Tints of Pumpkin #F26412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 67.22%
G = 27.78%
B = 5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26412 (or 0xF26412) is known color: Pumpkin. HEX triplet: F2, 64 and 12. RGB value is (242,100,18). Sum of RGB (Red+Green+Blue) = 242+100+18=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26412 is #0D9BED. Grayscale: #858585. Windows color (decimal): -891886 or 1205490. OLE color: 1205490.

HSL color Cylindrical-coordinate representation of color #F26412: hue angle of 21.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26412 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 18 -
CMYK 0 0.59 0.93 0.05
HSL 21.96º 0.9% 0.51% -
HSV(B) 21.96º 0.93% 0.95% -
XYZ 41.28 28.04 3.81 -
YUV 133.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 242 100 18 0 0.59 0.93 0.05 21.96 0.9 0.51
Hex F2 64 12 0 3B 5D 5 16 5A 33
Octal 362 144 22 0 73 135 5 26 132 63
Binary 11110010 1100100 10010 0 111011 1011101 101 10110 1011010 110011

Color Harmonies of #F26412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26412

Black with #F26412

Text Example


Text Example

White with #F26412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26412; }

 p { color: rgb(242,100,18); }

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

background-color css

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

 a { background-color: rgb(242,100,18); }

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

border-color css

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

 span { border-color: rgb(242,100,18); }

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