Html Css Color HEX #F26F1D Pumpkin

📋 copy color: '#F26F1D'

red 242 ◦ green 111 ◦ blue 29

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

Shades of Pumpkin #F26F1D

Tints of Pumpkin #F26F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 63.35%
G = 29.06%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F26F1D (or 0xF26F1D) is known color: Pumpkin. HEX triplet: F2, 6F and 1D. RGB value is (242,111,29). Sum of RGB (Red+Green+Blue) = 242+111+29=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F1D is #0D90E2. Grayscale: #8D8D8D. Windows color (decimal): -889059 or 1929202. OLE color: 1929202.

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

Color convert

RGB 242 111 29 -
CMYK 0 0.54 0.88 0.05
HSL 23.1º 0.89% 0.53% -
HSV(B) 23.1º 0.88% 0.95% -
XYZ 42.52 30.33 4.78 -
YUV 140.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 242 111 29 0 0.54 0.88 0.05 23.1 0.89 0.53
Hex F2 6F 1D 0 36 58 5 17 59 35
Octal 362 157 35 0 66 130 5 27 131 65
Binary 11110010 1101111 11101 0 110110 1011000 101 10111 1011001 110101

Color Harmonies of #F26F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F1D

Black with #F26F1D

Text Example


Text Example

White with #F26F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F1D; }

 p { color: rgb(242,111,29); }

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

background-color css

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

 a { background-color: rgb(242,111,29); }

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

border-color css

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

 span { border-color: rgb(242,111,29); }

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