Html Css Color HEX #F26F19 Pumpkin

📋 copy color: '#F26F19'

red 242 ◦ green 111 ◦ blue 25

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

Shades of Pumpkin #F26F19

Tints of Pumpkin #F26F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 64.02%
G = 29.37%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F26F19 (or 0xF26F19) is known color: Pumpkin. HEX triplet: F2, 6F and 19. RGB value is (242,111,25). Sum of RGB (Red+Green+Blue) = 242+111+25=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F19 is #0D90E6. Grayscale: #8C8C8C. Windows color (decimal): -889063 or 1667058. OLE color: 1667058.

HSL color Cylindrical-coordinate representation of color #F26F19: hue angle of 23.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F26F19 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 111 25 -
CMYK 0 0.54 0.90 0.05
HSL 23.78º 0.89% 0.52% -
HSV(B) 23.78º 0.9% 0.95% -
XYZ 42.48 30.32 4.53 -
YUV 140.37 62.9 200.49 -
System Red Green Blue C M Y K H S L
Decimal 242 111 25 0 0.54 0.90 0.05 23.78 0.89 0.52
Hex F2 6F 19 0 36 5A 5 18 59 34
Octal 362 157 31 0 66 132 5 30 131 64
Binary 11110010 1101111 11001 0 110110 1011010 101 11000 1011001 110100

Color Harmonies of #F26F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F19

Black with #F26F19

Text Example


Text Example

White with #F26F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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