Html Css Color HEX #F26F18 Pumpkin

📋 copy color: '#F26F18'

red 242 ◦ green 111 ◦ blue 24

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

Shades of Pumpkin #F26F18

Tints of Pumpkin #F26F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 64.19%
G = 29.44%
B = 6.37%

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

#F26F18 (or 0xF26F18) is known color: Pumpkin. HEX triplet: F2, 6F and 18. RGB value is (242,111,24). Sum of RGB (Red+Green+Blue) = 242+111+24=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F18 is #0D90E7. Grayscale: #8C8C8C. Windows color (decimal): -889064 or 1601522. OLE color: 1601522.

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

Color convert

RGB 242 111 24 -
CMYK 0 0.54 0.90 0.05
HSL 23.94º 0.89% 0.52% -
HSV(B) 23.94º 0.9% 0.95% -
XYZ 42.47 30.31 4.48 -
YUV 140.25 62.4 200.57 -
System Red Green Blue C M Y K H S L
Decimal 242 111 24 0 0.54 0.90 0.05 23.94 0.89 0.52
Hex F2 6F 18 0 36 5A 5 18 59 34
Octal 362 157 30 0 66 132 5 30 131 64
Binary 11110010 1101111 11000 0 110110 1011010 101 11000 1011001 110100

Color Harmonies of #F26F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F18

Black with #F26F18

Text Example


Text Example

White with #F26F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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