Html Css Color HEX #F06918 Pumpkin

📋 copy color: '#F06918'

red 240 ◦ green 105 ◦ blue 24

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

Shades of Pumpkin #F06918

Tints of Pumpkin #F06918

RGB

 RED value IS 240 (94.14% from 255) = 65.04%

 GREEN value IS 105 (41.41% from 255) = 28.46%

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

R = 65.04%
G = 28.46%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06918 (or 0xF06918) is known color: Pumpkin. HEX triplet: F0, 69 and 18. RGB value is (240,105,24). Sum of RGB (Red+Green+Blue) = 240+105+24=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06918 is #0F96E7. Grayscale: #888888. Windows color (decimal): -1021672 or 1599984. OLE color: 1599984.

HSL color Cylindrical-coordinate representation of color #F06918: hue angle of 22.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06918 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 24 -
CMYK 0 0.56 0.9 0.06
HSL 22.5º 0.88% 0.52% -
HSV(B) 22.5º 0.9% 0.94% -
XYZ 41.15 28.69 4.23 -
YUV 136.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 240 105 24 0 0.56 0.9 0.06 22.5 0.88 0.52
Hex F0 69 18 0 38 5A 6 16 58 34
Octal 360 151 30 0 70 132 6 26 130 64
Binary 11110000 1101001 11000 0 111000 1011010 110 10110 1011000 110100

Color Harmonies of #F06918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06918

Black with #F06918

Text Example


Text Example

White with #F06918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06918; }

 p { color: rgb(240,105,24); }

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

background-color css

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

 a { background-color: rgb(240,105,24); }

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

border-color css

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

 span { border-color: rgb(240,105,24); }

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