Html Css Color HEX #F26F11 Pumpkin

📋 copy color: '#F26F11'

red 242 ◦ green 111 ◦ blue 17

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

Shades of Pumpkin #F26F11

Tints of Pumpkin #F26F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 65.41%
G = 30%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26F11 (or 0xF26F11) is known color: Pumpkin. HEX triplet: F2, 6F and 11. RGB value is (242,111,17). Sum of RGB (Red+Green+Blue) = 242+111+17=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F11 is #0D90EE. Grayscale: #8B8B8B. Windows color (decimal): -889071 or 1142770. OLE color: 1142770.

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

Color convert

RGB 242 111 17 -
CMYK 0 0.54 0.93 0.05
HSL 25.07º 0.9% 0.51% -
HSV(B) 25.07º 0.93% 0.95% -
XYZ 42.4 30.29 4.14 -
YUV 139.45 58.9 201.14 -
System Red Green Blue C M Y K H S L
Decimal 242 111 17 0 0.54 0.93 0.05 25.07 0.9 0.51
Hex F2 6F 11 0 36 5D 5 19 5A 33
Octal 362 157 21 0 66 135 5 31 132 63
Binary 11110010 1101111 10001 0 110110 1011101 101 11001 1011010 110011

Color Harmonies of #F26F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F11

Black with #F26F11

Text Example


Text Example

White with #F26F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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