Html Css Color HEX #F26E1E Pumpkin

📋 copy color: '#F26E1E'

red 242 ◦ green 110 ◦ blue 30

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

Shades of Pumpkin #F26E1E

Tints of Pumpkin #F26E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 63.35%
G = 28.8%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F26E1E (or 0xF26E1E) is known color: Pumpkin. HEX triplet: F2, 6E and 1E. RGB value is (242,110,30). Sum of RGB (Red+Green+Blue) = 242+110+30=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E1E is #0D91E1. Grayscale: #8C8C8C. Windows color (decimal): -889314 or 1994482. OLE color: 1994482.

HSL color Cylindrical-coordinate representation of color #F26E1E: hue angle of 22.64º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F26E1E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 30 -
CMYK 0 0.55 0.88 0.05
HSL 22.64º 0.89% 0.53% -
HSV(B) 22.64º 0.88% 0.95% -
XYZ 42.43 30.12 4.81 -
YUV 140.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 242 110 30 0 0.55 0.88 0.05 22.64 0.89 0.53
Hex F2 6E 1E 0 37 58 5 17 59 35
Octal 362 156 36 0 67 130 5 27 131 65
Binary 11110010 1101110 11110 0 110111 1011000 101 10111 1011001 110101

Color Harmonies of #F26E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E1E

Black with #F26E1E

Text Example


Text Example

White with #F26E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E1E; }

 p { color: rgb(242,110,30); }

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

background-color css

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

 a { background-color: rgb(242,110,30); }

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

border-color css

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

 span { border-color: rgb(242,110,30); }

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