Html Css Color HEX #F26A1E Pumpkin

📋 copy color: '#F26A1E'

red 242 ◦ green 106 ◦ blue 30

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

Shades of Pumpkin #F26A1E

Tints of Pumpkin #F26A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

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

R = 64.02%
G = 28.04%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F26A1E (or 0xF26A1E) is known color: Pumpkin. HEX triplet: F2, 6A and 1E. RGB value is (242,106,30). Sum of RGB (Red+Green+Blue) = 242+106+30=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A1E is #0D95E1. Grayscale: #8A8A8A. Windows color (decimal): -890338 or 1993458. OLE color: 1993458.

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

Color convert

RGB 242 106 30 -
CMYK 0 0.56 0.88 0.05
HSL 21.51º 0.89% 0.53% -
HSV(B) 21.51º 0.88% 0.95% -
XYZ 42.01 29.28 4.67 -
YUV 138 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 242 106 30 0 0.56 0.88 0.05 21.51 0.89 0.53
Hex F2 6A 1E 0 38 58 5 16 59 35
Octal 362 152 36 0 70 130 5 26 131 65
Binary 11110010 1101010 11110 0 111000 1011000 101 10110 1011001 110101

Color Harmonies of #F26A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A1E

Black with #F26A1E

Text Example


Text Example

White with #F26A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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