Html Css Color HEX #F06C17 Pumpkin

📋 copy color: '#F06C17'

red 240 ◦ green 108 ◦ blue 23

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

Shades of Pumpkin #F06C17

Tints of Pumpkin #F06C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 64.69%
G = 29.11%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F06C17 (or 0xF06C17) is known color: Pumpkin. HEX triplet: F0, 6C and 17. RGB value is (240,108,23). Sum of RGB (Red+Green+Blue) = 240+108+23=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C17 is #0F93E8. Grayscale: #8A8A8A. Windows color (decimal): -1020905 or 1535216. OLE color: 1535216.

HSL color Cylindrical-coordinate representation of color #F06C17: hue angle of 23.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 #F06C17 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 23 -
CMYK 0 0.55 0.90 0.06
HSL 23.5º 0.88% 0.52% -
HSV(B) 23.5º 0.9% 0.94% -
XYZ 41.45 29.31 4.28 -
YUV 137.78 63.23 200.91 -
System Red Green Blue C M Y K H S L
Decimal 240 108 23 0 0.55 0.90 0.06 23.5 0.88 0.52
Hex F0 6C 17 0 37 5A 6 18 58 34
Octal 360 154 27 0 67 132 6 30 130 64
Binary 11110000 1101100 10111 0 110111 1011010 110 11000 1011000 110100

Color Harmonies of #F06C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C17

Black with #F06C17

Text Example


Text Example

White with #F06C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C17; }

 p { color: rgb(240,108,23); }

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

background-color css

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

 a { background-color: rgb(240,108,23); }

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

border-color css

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

 span { border-color: rgb(240,108,23); }

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