Html Css Color HEX #F26818 Pumpkin

📋 copy color: '#F26818'

red 242 ◦ green 104 ◦ blue 24

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

Shades of Pumpkin #F26818

Tints of Pumpkin #F26818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 65.41%
G = 28.11%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F26818 (or 0xF26818) is known color: Pumpkin. HEX triplet: F2, 68 and 18. RGB value is (242,104,24). Sum of RGB (Red+Green+Blue) = 242+104+24=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F26818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26818 is #0D97E7. Grayscale: #888888. Windows color (decimal): -890856 or 1599730. OLE color: 1599730.

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

Color convert

RGB 242 104 24 -
CMYK 0 0.57 0.90 0.05
HSL 22.02º 0.89% 0.52% -
HSV(B) 22.02º 0.9% 0.95% -
XYZ 41.73 28.84 4.23 -
YUV 136.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 242 104 24 0 0.57 0.90 0.05 22.02 0.89 0.52
Hex F2 68 18 0 39 5A 5 16 59 34
Octal 362 150 30 0 71 132 5 26 131 64
Binary 11110010 1101000 11000 0 111001 1011010 101 10110 1011001 110100

Color Harmonies of #F26818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26818

Black with #F26818

Text Example


Text Example

White with #F26818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26818; }

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

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

background-color css

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

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

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

border-color css

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

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

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