Html Css Color HEX #F26A18 Pumpkin

📋 copy color: '#F26A18'

red 242 ◦ green 106 ◦ blue 24

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

Shades of Pumpkin #F26A18

Tints of Pumpkin #F26A18

RGB

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

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

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

R = 65.05%
G = 28.49%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F26A18 (or 0xF26A18) is known color: Pumpkin. HEX triplet: F2, 6A and 18. RGB value is (242,106,24). Sum of RGB (Red+Green+Blue) = 242+106+24=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A18 is #0D95E7. Grayscale: #898989. Windows color (decimal): -890344 or 1600242. OLE color: 1600242.

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

Color convert

RGB 242 106 24 -
CMYK 0 0.56 0.90 0.05
HSL 22.57º 0.89% 0.52% -
HSV(B) 22.57º 0.9% 0.95% -
XYZ 41.94 29.25 4.3 -
YUV 137.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 242 106 24 0 0.56 0.90 0.05 22.57 0.89 0.52
Hex F2 6A 18 0 38 5A 5 17 59 34
Octal 362 152 30 0 70 132 5 27 131 64
Binary 11110010 1101010 11000 0 111000 1011010 101 10111 1011001 110100

Color Harmonies of #F26A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A18

Black with #F26A18

Text Example


Text Example

White with #F26A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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